mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 23:23:04 +01:00
- Finish removal of DLL_EXPORT macro
This commit is contained in:
parent
c71533806b
commit
b02b8a86be
@ -49,7 +49,7 @@
|
||||
*
|
||||
*/
|
||||
/*
|
||||
$Id: common.h,v 1.91 2003-10-28 13:43:45 eku Exp $
|
||||
$Id: common.h,v 1.92 2003-11-03 01:13:29 brodsom Exp $
|
||||
*/
|
||||
|
||||
#ifndef JRD_COMMON_H
|
||||
@ -616,10 +616,6 @@ typedef unsigned __int64 UINT64;
|
||||
|
||||
#define SYNC_WRITE_DEFAULT 1
|
||||
|
||||
#ifndef DLL_EXPORT
|
||||
#define DLL_EXPORT
|
||||
#endif
|
||||
|
||||
#ifndef MAXPATHLEN
|
||||
#ifdef MAX_PATH
|
||||
#define MAXPATHLEN MAX_PATH
|
||||
@ -972,12 +968,6 @@ void GDS_breakpoint(int);
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef DLL_EXPORT
|
||||
#define DLL_EXPORT
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
/* commonly used buffer sizes for dynamic buffer allocation */
|
||||
|
||||
#define BUFFER_XLARGE 2048
|
||||
|
Loading…
Reference in New Issue
Block a user