00001 #ifdef DllExport 00002 #undef DllExport 00003 #endif 00004 00005 #ifdef IMPORTING 00006 #define DllExport __declspec( dllimport ) 00007 #else 00008 #define DllExport __declspec( dllexport ) 00009 #endif 00010