diff options
Diffstat (limited to 'gs/base/gs_dll_call.h')
-rw-r--r-- | gs/base/gs_dll_call.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gs/base/gs_dll_call.h b/gs/base/gs_dll_call.h index 761f173b6..047a08ae5 100644 --- a/gs/base/gs_dll_call.h +++ b/gs/base/gs_dll_call.h @@ -1,6 +1,6 @@ /* Copyright (C) 2001-2006 Artifex Software, Inc. All Rights Reserved. - + This software is provided AS-IS with no warranty, either express or implied. @@ -13,11 +13,10 @@ /*$Id$ */ /* calling convention macros for windows style dlls. - */ + */ #ifndef GS_DLL_CALL_H #define GS_DLL_CALL_H - #ifdef __WINDOWS__ #ifndef _Windows # define _Windows @@ -64,7 +63,7 @@ # define GSDLLCALLPTR * GSDLLCALL #else # define GSDLLAPIPTR GSDLLAPI * -# define GSDLLCALLPTR GSDLLCALL * +# define GSDLLCALLPTR GSDLLCALL * #endif #endif /* GS_DLL_CALL_H */ |