00001 /* hand-made configuration, similar to config.h */ 00002 00003 #define WIN32 00004 00005 #if WIN32 00006 #define DLLEXPORT __declspec(dllexport) 00007 #else 00008 #define DLLEXPORT 00009 #endif