diff options
Diffstat (limited to 'backendC')
-rw-r--r-- | backendC/CleanCompilerSources/types.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/types.t b/backendC/CleanCompilerSources/types.t index 59a1770..5ab61a5 100644 --- a/backendC/CleanCompilerSources/types.t +++ b/backendC/CleanCompilerSources/types.t @@ -75,7 +75,7 @@ typedef struct # include <windef.h> # include <winbase.h> #else -# ifdef KARBON +# if defined (POWER) && defined (KARBON) #include <UTCUtils.h> typedef UTCDateTime FileTime; # else |