]> git.saurik.com Git - wxWidgets.git/commitdiff
main() is now always in the program.
authorStefan Neis <Stefan.Neis@t-online.de>
Mon, 8 Mar 2004 13:01:21 +0000 (13:01 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Mon, 8 Mar 2004 13:01:21 +0000 (13:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/main.cpp

index acf359cdad8a0632330cfbea9b64750247e1d478..3a5802b1728c9b2ea8d59b0ae8e9f95db33d1a55 100644 (file)
@@ -9,10 +9,5 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-int wxEntry(int argc, char *argv[]);
-
-int main(int argc, char* argv[])
-{
-  return wxEntry(argc, argv);
-}
+// We don't put main() in the library any more. SN.