More PSIBIN changes...

This commit is contained in:
Bastian M. Wojek
2009-09-20 12:55:12 +00:00
parent e3ac790371
commit 74cc2ad8d1
3 changed files with 7 additions and 11 deletions

View File

@@ -149,7 +149,7 @@ typedef unsigned char BoolEnum;
#else /* other operating system */
//#ifdef _WIN32
#if (defined(_WIN32) || defined(__linux__))
#if (defined(_WIN32) || defined(__linux__) || defined(_WIN32GCC))
#define MODEFS_CC_SYS "Compiled for Microsoft Windows 32-bit or Linux operating system"
typedef short Int16;