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:
@@ -57,7 +57,6 @@
|
|||||||
#include "wx/defs.h"
|
#include "wx/defs.h"
|
||||||
#include "wx/string.h"
|
#include "wx/string.h"
|
||||||
|
|
||||||
extern "C" {
|
|
||||||
#ifdef __VISUALC__
|
#ifdef __VISUALC__
|
||||||
// include standard Windows headers
|
// include standard Windows headers
|
||||||
#if defined(__WXMSW__) && !wxUSE_MFC
|
#if defined(__WXMSW__) && !wxUSE_MFC
|
||||||
@@ -79,10 +78,12 @@ extern "C" {
|
|||||||
#include "sqlext.h"
|
#include "sqlext.h"
|
||||||
#include "odbcinst.h"
|
#include "odbcinst.h"
|
||||||
#else
|
#else
|
||||||
|
extern "C" {
|
||||||
#include "wx/isql.h"
|
#include "wx/isql.h"
|
||||||
#include "wx/isqlext.h"
|
#include "wx/isqlext.h"
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
typedef float SFLOAT;
|
typedef float SFLOAT;
|
||||||
typedef double SDOUBLE;
|
typedef double SDOUBLE;
|
||||||
|
Reference in New Issue
Block a user