projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added wx/defs.h include to correct compilation issues under Mac OS X
[wxWidgets.git]
/
include
/
wx
/
protocol
/
ftp.h
diff --git
a/include/wx/protocol/ftp.h
b/include/wx/protocol/ftp.h
index d687b59e415c7306d34a67f9c0c4d7c668ec6d27..0ef5e77cf84c25ea0bd706b22c6dac86de323533 100644
(file)
--- a/
include/wx/protocol/ftp.h
+++ b/
include/wx/protocol/ftp.h
@@
-117,7
+117,7
@@
public:
const wxString& wildcard = wxEmptyString,
bool details = FALSE);
-#if
def
WXWIN_COMPATIBILITY_2
+#if WXWIN_COMPATIBILITY_2
// deprecated
wxList *GetList(const wxString& wildcard, bool details = FALSE);
#endif // WXWIN_COMPATIBILITY_2