diff options
-rw-r--r-- | backendC/CleanCompilerSources/types.t | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/types.t b/backendC/CleanCompilerSources/types.t index 987d0b5..3335b16 100644 --- a/backendC/CleanCompilerSources/types.t +++ b/backendC/CleanCompilerSources/types.t @@ -53,7 +53,9 @@ typedef unsigned long SysTime; # ifdef __MWERKS__ # include <x86_prefix.h> # else -# define _X86_ +# ifndef _X86_ +# define _X86_ +# endif # endif # include <windef.h> # include <winbase.h> |