diff options
Diffstat (limited to 'externals/grill/flext/source')
-rwxr-xr-x | externals/grill/flext/source/flprefix.h | 2 | ||||
-rw-r--r-- | externals/grill/flext/source/flstdc.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flprefix.h b/externals/grill/flext/source/flprefix.h index 68d9e120..36a7dbbe 100755 --- a/externals/grill/flext/source/flprefix.h +++ b/externals/grill/flext/source/flprefix.h @@ -377,7 +377,7 @@ WARRANTIES, see the file, "license.txt," in this distribution. /* Set the right calling convention (and exporting) for the OS */ -#ifdef _MSC_VER +#if defined(_WIN32) #ifdef FLEXT_SHARED // for compiling a shared flext library FLEXT_EXPORTS must be defined #ifdef FLEXT_EXPORTS diff --git a/externals/grill/flext/source/flstdc.h b/externals/grill/flext/source/flstdc.h index d0c2c163..17d28e26 100644 --- a/externals/grill/flext/source/flstdc.h +++ b/externals/grill/flext/source/flstdc.h @@ -114,6 +114,7 @@ typedef t_clock t_qelem; #endif #elif FLEXT_OS == FLEXT_OS_WIN #define WIN_VERSION 1 + #define WIN_EXT_VERSION 1 #endif |