projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use lib64 for 64-bit builds on some kinds of linux and lib/64 on solaris
[wxWidgets.git]
/
src
/
os2
/
main.cpp
diff --git
a/src/os2/main.cpp
b/src/os2/main.cpp
index acf359cdad8a0632330cfbea9b64750247e1d478..3a5802b1728c9b2ea8d59b0ae8e9f95db33d1a55 100644
(file)
--- a/
src/os2/main.cpp
+++ b/
src/os2/main.cpp
@@
-9,10
+9,5
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// 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.