projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
There was no icon file in this example, causing compilation with VC to fail. I just...
[wxWidgets.git]
/
src
/
os2
/
main.cpp
diff --git
a/src/os2/main.cpp
b/src/os2/main.cpp
index e6537319a752b2bd8c80320ca3f2a901ce95c5e6..acf359cdad8a0632330cfbea9b64750247e1d478 100644
(file)
--- a/
src/os2/main.cpp
+++ b/
src/os2/main.cpp
@@
-9,7
+9,7
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#include "wx/app.h"
+int wxEntry(int argc, char *argv[]);
int main(int argc, char* argv[])
{