toplevel fixes and USE_RUL and PRTOTCOL stuff

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2002-01-07 16:40:17 +00:00
parent cc8db99b15
commit 076d1afa4e
2 changed files with 173 additions and 0 deletions

View File

@@ -381,5 +381,11 @@
// DLL loading and function calling
#define wxUSE_DYNAMIC_LOADER 0
#define wxUSE_PROTOCOL 1
#define wxUSE_URL 1
#define wxUSE_PROTOCOL_HTTP 1
#define wxUSE_PROTOCOL_FTP 1
#define wxUSE_PROTOCOL_FILE 1
#endif
// _WX_SETUP_H_