ERR: Reduced requirements on preprocessor for export macro due to limitations of Mac preprocessor. The preprocessor can be fixed by using -no-cpp-precomp, but we don't want to require that option for every source file that includes our headers.

This commit is contained in:
Brad King 2003-07-01 11:40:34 -04:00
parent 11de69901e
commit 83aa7b6b0b
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
not visible to user code. Use kwsysHeaderDump.pl to reproduce
these macros after making changes to the interface. */
#define kwsys(x) @KWSYS_NAMESPACE@##x
#define kwsysEXPORT kwsys(_EXPORT)
#define kwsysEXPORT @KWSYS_NAMESPACE@_EXPORT
#define kwsysBase64 kwsys(Base64)
#define kwsysBase64_Decode kwsys(Base64_Decode)
#define kwsysBase64_Decode3 kwsys(Base64_Decode3)

View File

@ -24,7 +24,7 @@
not visible to user code. Use kwsysHeaderDump.pl to reproduce
these macros after making changes to the interface. */
#define kwsys(x) @KWSYS_NAMESPACE@##x
#define kwsysEXPORT kwsys(_EXPORT)
#define kwsysEXPORT @KWSYS_NAMESPACE@_EXPORT
#define kwsysProcess kwsys(Process)
#define kwsysProcess_s kwsys(Process_s)
#define kwsysProcess_New kwsys(Process_New)