Commit 8f445777 by Alan Mishchenko

Added a way to disable support for dynamic linking.

parent c20d29e7
...@@ -26,6 +26,9 @@ ...@@ -26,6 +26,9 @@
ABC_NAMESPACE_IMPL_START ABC_NAMESPACE_IMPL_START
#if defined(ABC_NO_DYNAMIC_LINKING)
#define WIN32
#endif
#ifndef WIN32 #ifndef WIN32
# include <sys/types.h> # include <sys/types.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment