From: Gilles Depeyrot Date: Mon, 2 Sep 2002 19:17:52 +0000 (+0000) Subject: avoid warning for duplicate defined wxEntry when compiling with the Apple X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1bfec677b1b7baf36ffcde190f456d2eea960239 avoid warning for duplicate defined wxEntry when compiling with the Apple Developer Tools (already defined in common include) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 ) ;