summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qmacdefines_mac.h
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2009-04-15 00:52:24 (GMT)
committerRohan McGovern <rohan.mcgovern@nokia.com>2009-04-15 00:52:24 (GMT)
commit83cdc9150311e30d8a77e69f7546b88e1eb1bdc3 (patch)
tree5270d085b55ab6994f107e4865e06b3c3d63f0e9 /src/gui/kernel/qmacdefines_mac.h
parent014af3e99616f9ee13ca365566828f7daf77a7f6 (diff)
parentbb7bddc47dd0748b45d22180d9e3c8e5209010b3 (diff)
downloadQt-83cdc9150311e30d8a77e69f7546b88e1eb1bdc3.zip
Qt-83cdc9150311e30d8a77e69f7546b88e1eb1bdc3.tar.gz
Qt-83cdc9150311e30d8a77e69f7546b88e1eb1bdc3.tar.bz2
Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5
Diffstat (limited to 'src/gui/kernel/qmacdefines_mac.h')
-rw-r--r--src/gui/kernel/qmacdefines_mac.h2
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;