]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dialup.cpp
1. fixes for DrawRotatedText(), drawing sample extended to show it
[wxWidgets.git] / src / msw / dialup.cpp
index fad3b9aac2ca7823a73169f26c247a8131377cff..d02781f6dcea06c71ebf7aa919eab8a68007df2a 100644 (file)
 
 #ifndef WX_PRECOMP
     #include "wx/log.h"
+    #include "wx/intl.h"
+    #include "wx/event.h"
 #endif
 
 #include "wx/dynlib.h"
 
 #include "wx/dialup.h"
 
+// Doesn't yet compile under BC++ nor with mingw: no wininet.h
+#if !defined(__BORLANDC__) && !defined(__GNUWIN32_OLD__)
+
 #include <ras.h>
 #include <raserror.h>
 
@@ -1273,4 +1278,6 @@ static void WINAPI wxRasDialFunc(UINT unMsg,
                 rasconnstate, dwError);
 }
 
+#endif
+  // __BORLANDC__
 #endif // wxUSE_DIALUP_MANAGER