// stdafx.h #ifndef STDAFX #define STDAFX #if defined(_WIN32) #define CHARLS_IMEXPORT __declspec(dllexport) #endif #include "util.h" #endif