00001 //--------------------------------------------------------------------------- 00002 // The following ifdef block is the standard way of creating macros which make exporting 00003 // from a DLL simpler. All files within this DLL are compiled with the CORESERVICES_EXPORTS 00004 // symbol defined on the command line. this symbol should not be defined on any project 00005 // that uses this DLL. This way any other project whose source files include this file see 00006 // CORESERVICES_API functions as being imported from a DLL, wheras this DLL sees symbols 00007 // defined with this macro as being exported. 00008 /* 00009 #ifdef CORESERVICES_EXPORTS 00010 #define CORESERVICES_API __declspec(dllexport) 00011 #else 00012 #define CORESERVICES_API __declspec(dllimport) 00013 #endif 00014 */ 00015 //---------------------------------------------------------------------------
1.5.8