projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39dcd51
)
correcting condition
author
Stefan Csomor
<csomor@advancedconcepts.ch>
Tue, 7 Jun 2005 20:18:11 +0000
(20:18 +0000)
committer
Stefan Csomor
<csomor@advancedconcepts.ch>
Tue, 7 Jun 2005 20:18:11 +0000
(20:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34586
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/platform.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/platform.h
b/include/wx/platform.h
index 59b66e8ff722e408df7d07d0d928294491be520b..21a063a94396e461b5c840b07ce640b8a38d6ae8 100644
(file)
--- a/
include/wx/platform.h
+++ b/
include/wx/platform.h
@@
-561,7
+561,7
@@
#endif
#if defined (__WXMAC__)
-# if
ndef WORDS_BIGENDIAN
&& ( !defined(__MACH__) || ( defined(__BIG_ENDIAN__) && __BIG_ENDIAN__ ) )
+# if
!defined(WORDS_BIGENDIAN)
&& ( !defined(__MACH__) || ( defined(__BIG_ENDIAN__) && __BIG_ENDIAN__ ) )
# define WORDS_BIGENDIAN 1
# endif
#endif