]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/app.h
Bitmap button updates
[wxWidgets.git] / include / wx / mac / app.h
index 7b475d5bb2df0f4ff35d512042204287c3a79856..bbc96c10990bb68897d8ff381fd1f1a088ed2369 100644 (file)
@@ -185,7 +185,9 @@ private:
 } ;
 
 // TODO: add platform-specific arguments
+#ifndef __DARWIN__
 int WXDLLEXPORT wxEntry( int argc, char *argv[] , bool enterLoop = TRUE);
+#endif
 
 void wxMacConvertFromPCForControls( char * p ) ;