8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 08:03:04 +01:00
This commit is contained in:
dimitr 2003-01-18 19:50:43 +00:00
parent 71932a4589
commit 7771b24017
2 changed files with 11 additions and 7 deletions

View File

@ -70,7 +70,7 @@
#define FAR_VARIABLE
#ifdef WIN32
#ifdef WIN_NT
#define DLL_EXPORT __declspec(dllexport)
#else
#define DLL_EXPORT
@ -1030,9 +1030,13 @@ pVOID CALLTYPE LdCalloc(UINT16 NumberItems, UINT16 SizeItem);
// VCS AREA
//-----------------------------------------------------------------
// $Header: /home/job/firebird/cvs-backup/firebird2/src/intl/ld.h,v 1.12 2002-11-06 07:19:00 eku Exp $
// $Header: /home/job/firebird/cvs-backup/firebird2/src/intl/ld.h,v 1.13 2003-01-18 19:50:16 dimitr Exp $
// $Log: not supported by cvs2svn $
// Revision 1.12 2002/11/06 07:19:00 eku
// Do not redefine MAXPATHLEN. Always use the value supplied by the operating
// system (header files).
//
// Revision 1.11 2002/10/31 05:09:27 seanleyne
// Removed support for obsolete "MS_DOS" define
//

View File

@ -28,17 +28,17 @@
*
*/
/* Since it's a Win32-only file, we might as well assert it*/
#if !defined(_WIN32) && !defined(WIN32) && !defined(__WIN32__)
#error This is a Win32 only file.
#endif
#include "firebird.h"
#include <windows.h>
#include <shellapi.h>
#include <prsht.h>
#include <dbt.h>
/* Since it's a Win32-only file, we might as well assert it*/
#if !defined(WIN_NT)
#error This is a Win32 only file.
#endif
#define BOOLEAN_DEFINED
#define MSG_DEFINED