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:
Julian Smart
2000-01-30 15:29:45 +00:00
parent f6081a0462
commit 56b79cb98d
5 changed files with 42 additions and 23 deletions

View File

@@ -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