FIX: fix bug 1690

This commit is contained in:
Bill Hoffman 2005-03-22 14:27:08 -05:00
parent 987c7a094f
commit 296a3f41aa
1 changed files with 3 additions and 0 deletions

View File

@ -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