From 1bfec677b1b7baf36ffcde190f456d2eea960239 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Mon, 2 Sep 2002 19:17:52 +0000 Subject: [PATCH] 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 --- include/wx/mac/app.h | 2 ++ 1 file changed, 2 insertions(+) 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 ) ; -- 2.45.2