MSVC5 does not like extern "C" around windows.h .

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2002-01-29 21:30:03 +00:00
parent 4cf0b34ce7
commit aecca2c841

View File

@ -57,7 +57,6 @@
#include "wx/defs.h"
#include "wx/string.h"
extern "C" {
#ifdef __VISUALC__
// include standard Windows headers
#if defined(__WXMSW__) && !wxUSE_MFC
@ -79,10 +78,12 @@ extern "C" {
#include "sqlext.h"
#include "odbcinst.h"
#else
extern "C" {
#include "wx/isql.h"
#include "wx/isqlext.h"
#endif
}
#endif
typedef float SFLOAT;
typedef double SDOUBLE;