]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dialup.cpp
Visualage C++ V4.0 duplicate symbol fixes
[wxWidgets.git] / src / msw / dialup.cpp
index aad71498674c56bad8327b8cff4fefb7f415c266..c23defa8395674cf35c99f0ebab828fbecdc7567 100644 (file)
@@ -38,6 +38,8 @@
     #include "wx/event.h"
 #endif
 
+#include "wx/msw/private.h"  // must be before #include "dynlib.h"
+
 #if !wxUSE_DYNLIB_CLASS
     #error You need wxUSE_DYNLIB_CLASS to be 1 to compile dialup.cpp.
 #endif
@@ -54,8 +56,6 @@
 
 #include <wininet.h>
 
-#include "wx/msw/private.h"
-
 // ----------------------------------------------------------------------------
 // constants
 // ----------------------------------------------------------------------------