diff options
Diffstat (limited to 'src/gui/kernel/qmacdefines_mac.h')
-rw-r--r-- | src/gui/kernel/qmacdefines_mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qmacdefines_mac.h b/src/gui/kernel/qmacdefines_mac.h index 97ec544..035b8c5 100644 --- a/src/gui/kernel/qmacdefines_mac.h +++ b/src/gui/kernel/qmacdefines_mac.h @@ -105,7 +105,7 @@ Yes, it is an informative comment ;-) # undef qDebug #endif -#if __LP64__ +#ifdef __LP64__ typedef signed int OSStatus; #else typedef signed long OSStatus; |