//----------------------------------------------------------------------
-
+#ifdef __WXGTK__
+int WXDLLEXPORT wxEntryStart( int& argc, char** argv );
+#else
int WXDLLEXPORT wxEntryStart( int argc, char** argv );
+#endif
int WXDLLEXPORT wxEntryInitGui();
void WXDLLEXPORT wxEntryCleanup();
return (unsigned long)pthread_self();
#endif
#ifdef __WXMAC__
-#error Fix this!
+ ThreadID current ;
+ MacGetCurrentThread( ¤t ) ;
+ return (unsigned long)current;
#endif
}