]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/xpm/RdFToI.c
Added wxYieldIfNeeded
[wxWidgets.git] / src / mac / xpm / RdFToI.c
index 83bf9224892e7a96ff399fb5b91d84d0d93ed393..3339bbdde0c00fae81898379cefc4152cd889260 100644 (file)
 *  Developed by Arnaud Le Hors                                                *
 \*****************************************************************************/
 
+#include "wx/setup.h"
+
 #ifdef macintosh
        #ifdef __std
                #undef __std
                #define __std()
        #endif
-       #include <unistd.h>
        #include <stat.h>
-       #include <fcntl.h>
        #include <unix.h>
+       #include <unistd.h>
+       #include <fcntl.h>
        #undef NO_ZPIPE
        #define NO_ZPIPE
 #endif
 
-#include "xpmi.h"
+#include "XpmI.h"
 #ifndef macintosh
 #include <sys/stat.h>
 #if !defined(NO_ZPIPE) && defined(WIN32)