FIX: fix bug 1690

This commit is contained in:
Bill Hoffman 2005-03-22 14:27:08 -05:00
父節點 987c7a094f
當前提交 296a3f41aa

查看文件

@ -33,6 +33,9 @@
#elif defined(_WIN32)
#include <windows.h>
typedef HMODULE cmLibHandle;
#elif defined(__APPLE__)
#include <mach-o/dyld.h>
typedef NSModule cmLibHandle;
#else
typedef void* cmLibHandle;
#endif