projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
compilation fixes - wxGTK compiles but not links
[wxWidgets.git]
/
src
/
common
/
cmdline.cpp
diff --git
a/src/common/cmdline.cpp
b/src/common/cmdline.cpp
index 3d8401f815c458c6d9c5edc5b76221ba44cbed1d..49f362bfa00eea61806dee699237cf93f7ec542f 100644
(file)
--- a/
src/common/cmdline.cpp
+++ b/
src/common/cmdline.cpp
@@
-28,6
+28,8
@@
#pragma hdrstop
#endif
+#if wxUSE_CMDLINE_PARSER
+
#ifndef WX_PRECOMP
#include "wx/string.h"
#include "wx/log.h"
@@
-963,3
+965,5
@@
static wxString GetTypeName(wxCmdLineParamType type)
return s;
}
+
+#endif // wxUSE_CMDLINE_PARSER