Added a way to disable support for dynamic linking.

This commit is contained in:
Alan Mishchenko 2012-02-24 09:44:16 -08:00
parent c20d29e7e7
commit 8f4457772a
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@
ABC_NAMESPACE_IMPL_START
#if defined(ABC_NO_DYNAMIC_LINKING)
#define WIN32
#endif
#ifndef WIN32
# include <sys/types.h>