]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/main.cpp
Add wxTEST_DIALOG for testing of modal dialogs.
[wxWidgets.git] / src / os2 / main.cpp
index acf359cdad8a0632330cfbea9b64750247e1d478..2d1685e954d169b7208f14c0b4a02767b9a6a23e 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        main.cpp
+// Name:        src/os2/main.cpp
 // Purpose:     Entry point
 // Author:      David Webster
 // Modified by:
@@ -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.