MSVC friendly fixes [2]

This commit is contained in:
Alexander S. Aganichev
2002-09-24 10:16:04 +00:00
parent dbeb60a30e
commit 499128809a
18 changed files with 88 additions and 46 deletions

View File

@@ -82,7 +82,7 @@ int GMTsk::os2() {
#if defined(__OS2__)
detected = GMTSK_OS2;
name = "OS/2";
#elif !defined(__GNUC__)
#elif !defined(__GNUC__) && !defined(_MSC_VER)
if(_osmajor >= 10) {
detected = GMTSK_OS2;
name = "OS/2";