diff --git a/include/wx/mac/app.h b/include/wx/mac/app.h index 7b475d5bb2..bbc96c1099 100644 --- a/include/wx/mac/app.h +++ b/include/wx/mac/app.h @@ -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 ) ;