]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dialup.cpp
Update bug in wxListCtrl,
[wxWidgets.git] / src / msw / dialup.cpp
index cbf2e82cb9e4f15d2e66a6abb14cf1b137537cb5..f33fcde10a926c01e8fd1ee1969b1a3648e8ad26 100644 (file)
@@ -46,8 +46,8 @@
 
 #include "wx/dialup.h"
 
-// Doesn't yet compile under BC++ nor with mingw: no wininet.h
-#if !defined(__BORLANDC__) && !defined(__GNUWIN32_OLD__) && !defined(__GNUWIN32__)
+// Doesn't yet compile under BC++, mingw, Watcom C++: no wininet.h
+#if !defined(__BORLANDC__) && !defined(__GNUWIN32_OLD__) && !defined(__GNUWIN32__) && !defined(__WATCOMC__)
 
 #include <ras.h>
 #include <raserror.h>