]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/main.cpp
Catch and forward the following mouse related events:
[wxWidgets.git] / src / mac / main.cpp
index e2cb64e8f5c59124e8dde4ab16dc18611ee970fd..9c027cb5f17baf36cd89d33cebc92a853f2a3d20 100644 (file)
@@ -6,13 +6,9 @@
 // Created:     1998-01-01
 // RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
-// Licence:    wxWindows licence
+// Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #include "wx/app.h"
 
-WXDLLEXPORT int main(int argc, char* argv[])
-{
-  return wxEntry(argc, argv);
-}
-
+IMPLEMENT_WXWIN_MAIN