Commit 3c11e1f6 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* removed unneeded ifdef, which broke the compilation on Darwin 8.x

parent bfb18bbd
...@@ -47,10 +47,6 @@ extern int wxEntry( HINSTANCE hInstance, HINSTANCE hPrevInstance = NULL, ...@@ -47,10 +47,6 @@ extern int wxEntry( HINSTANCE hInstance, HINSTANCE hPrevInstance = NULL,
#endif #endif
#endif #endif
#ifdef SYS_DARWIN
int wxEntry( int argc, char *argv[] , bool enterLoop = TRUE );
#endif
/***************************************************************************** /*****************************************************************************
* Local prototypes. * Local prototypes.
*****************************************************************************/ *****************************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment