projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix for problem with wxGetFileKind on WinCE
[wxWidgets.git]
/
src
/
mac
/
carbon
/
main.cpp
diff --git
a/src/mac/carbon/main.cpp
b/src/mac/carbon/main.cpp
index 9c027cb5f17baf36cd89d33cebc92a853f2a3d20..ad5bd3326395366a359ef0c13c7fa6c26b624bb2 100644
(file)
--- a/
src/mac/carbon/main.cpp
+++ b/
src/mac/carbon/main.cpp
@@
-9,6
+9,4
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#include "wx/app.h"
-
-IMPLEMENT_WXWIN_MAIN
+// We don't put main() in the library any more. GD.