]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/utilsexc.cpp
added internal callback when toplevel windows move for opengl canvas
[wxWidgets.git] / src / mac / carbon / utilsexc.cpp
index 624a9c05249a3061ccc3d7828dbfcaec8461f65a..3b4903212c6ba5dacc30fb2a2ba8925b8261ce01 100644 (file)
@@ -14,7 +14,7 @@
 #endif
 
 #include "wx/utils.h"
-#ifdef __UNIX__
+#ifdef __DARWIN__
 #include "wx/unix/execute.h"
 #endif
 
@@ -22,7 +22,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#ifndef __UNIX__
+#ifndef __DARWIN__
 #define wxEXECUTE_WIN_MESSAGE 10000
 
 long wxExecute(const wxString& command, bool sync, wxProcess *handler)
@@ -32,10 +32,10 @@ long wxExecute(const wxString& command, bool sync, wxProcess *handler)
 }
 #endif
 
-#ifdef __UNIX__
+#ifdef __DARWIN__
 int wxAddProcessCallback(wxEndProcessData *proc_data, int fd)
 {
    wxFAIL_MSG(wxT("wxAddProcessCallback() function not ready"));
    return 0;
 }
-#endif
\ No newline at end of file
+#endif