]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dialup.cpp
"no C++ comments in C files" rule
[wxWidgets.git] / src / msw / dialup.cpp
index fad3b9aac2ca7823a73169f26c247a8131377cff..64542d048ccbe683f1bf19bb248021ad3d3cdc15 100644 (file)
@@ -40,6 +40,9 @@
 
 #include "wx/dialup.h"
 
+// Doesn't yet compile under BC++: no wininet.h
+#ifndef __BORLANDC__
+
 #include <ras.h>
 #include <raserror.h>
 
@@ -1273,4 +1276,6 @@ static void WINAPI wxRasDialFunc(UINT unMsg,
                 rasconnstate, dwError);
 }
 
+#endif
+  // __BORLANDC__
 #endif // wxUSE_DIALUP_MANAGER