Watford C++ related changes. Unfortunately, the linker now gives a GPF.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user