Skip to content
Snippets Groups Projects
Commit 1c5885d1 authored by Brad King's avatar Brad King
Browse files

ERR: Reduced requirements on preprocessor for export macro due to limitations...

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.
parent 624630d5
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment