]> git.saurik.com Git - wxWidgets.git/commitdiff
Committing in .
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Thu, 24 Aug 2000 05:50:48 +0000 (05:50 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Thu, 24 Aug 2000 05:50:48 +0000 (05:50 +0000)
 Modified Files:
  wxWindows/include/wx/gtk/app.h

Added wxEntry like in other ports (i.e. Motif)
----------------------------------------------------------------------

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/app.h
include/wx/gtk1/app.h

index 7564b247c77028c9354826066e2db34abd88e154..29ad141796c561d5e39cab55b4cfcd564cab571a 100644 (file)
@@ -82,4 +82,6 @@ private:
     DECLARE_EVENT_TABLE()
 };
 
+int WXDLLEXPORT wxEntry( int argc, char *argv[] );
+
 #endif // __GTKAPPH__
index 7564b247c77028c9354826066e2db34abd88e154..29ad141796c561d5e39cab55b4cfcd564cab571a 100644 (file)
@@ -82,4 +82,6 @@ private:
     DECLARE_EVENT_TABLE()
 };
 
+int WXDLLEXPORT wxEntry( int argc, char *argv[] );
+
 #endif // __GTKAPPH__