]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/main.cpp
The alignment controls are now left-aligned if the floating controls are not shown.
[wxWidgets.git] / src / os2 / main.cpp
index acf359cdad8a0632330cfbea9b64750247e1d478..d2f3dfdb9efbe7f6cb938243ae0fb29aae485c31 100644 (file)
@@ -1,18 +1,12 @@
 /////////////////////////////////////////////////////////////////////////////
 /////////////////////////////////////////////////////////////////////////////
-// Name:        main.cpp
+// Name:        src/os2/main.cpp
 // Purpose:     Entry point
 // Author:      David Webster
 // Modified by:
 // Created:     10/10/99
 // Purpose:     Entry point
 // Author:      David Webster
 // Modified by:
 // Created:     10/10/99
-// RCS-ID:      $Id$
 // Copyright:   (c) David Webster
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Copyright:   (c) David Webster
 // 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.