From b02b8a86be37c10e66123411c9877ebcec4df06e Mon Sep 17 00:00:00 2001 From: brodsom Date: Mon, 3 Nov 2003 01:13:29 +0000 Subject: [PATCH] - Finish removal of DLL_EXPORT macro --- src/jrd/common.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/jrd/common.h b/src/jrd/common.h index 631f635c81..bc5da41c41 100644 --- a/src/jrd/common.h +++ b/src/jrd/common.h @@ -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