]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/main.cpp
Carbon Event Mouse Moved handler changes
[wxWidgets.git] / src / mac / main.cpp
index b035dab2cf51dbe85bf68c7dc806cd7f378386bb..ad5bd3326395366a359ef0c13c7fa6c26b624bb2 100644 (file)
@@ -1,18 +1,12 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        main.cpp
 // Purpose:     Entry point
 /////////////////////////////////////////////////////////////////////////////
 // Name:        main.cpp
 // Purpose:     Entry point
-// Author:      AUTHOR
+// Author:      Stefan Csomor
 // Modified by:
 // Modified by:
-// Created:     ??/??/98
+// Created:     1998-01-01
 // RCS-ID:      $Id$
 // RCS-ID:      $Id$
-// Copyright:   (c) AUTHOR
-// Licence:    wxWindows licence
+// Copyright:   (c) Stefan Csomor
+// Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /////////////////////////////////////////////////////////////////////////////
 
-#include "wx/app.h"
-
-WXDLLEXPORT int main(int argc, char* argv[])
-{
-  return wxEntry(argc, argv);
-}
-
+// We don't put main() in the library any more. GD.