Some but not all compile fixes for typetest (VC++ 1.5); added datetime.cpp
to 16-bit compile list; edited isql.h for 16-bit (but not right since doesn't link) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -26,7 +26,14 @@
|
||||
#ifndef _ISQL_H
|
||||
#define _ISQL_H
|
||||
|
||||
#ifdef WIN32
|
||||
#if defined(__WIN16__)
|
||||
|
||||
#define SQL_API EXPORT CALLBACK
|
||||
#ifndef EXPORT
|
||||
#define EXPORT _export
|
||||
#endif
|
||||
|
||||
#elif defined(WIN32)
|
||||
#define SQL_API __stdcall
|
||||
#else
|
||||
#define FAR
|
||||
|
Reference in New Issue
Block a user