]> git.saurik.com Git - wxWidgets.git/commitdiff
move FixMath include into non darwin part
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 29 Jan 2005 20:04:03 +0000 (20:04 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 29 Jan 2005 20:04:03 +0000 (20:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/private.h

index ebb875f6fc264bb3c46829d548aa93240280eeb5..3b9f9651865ad426e611870890041d1954134baf 100644 (file)
@@ -28,6 +28,7 @@
 #    include <ControlDefinitions.h>
 #    include <LowMem.h>
 #    include <Gestalt.h>
+#    include <FixMath.h>
 #endif
 
 #if UNIVERSAL_INTERFACES_VERSION < 0x0340
@@ -42,7 +43,6 @@
 #include "wx/mac/corefoundation/cfstring.h"
 #endif
 
-#include <FixMath.h>
 #ifndef FixedToInt
 // as macro in FixMath.h for 10.3
 inline Fixed    IntToFixed( int inInt )