00001 00002 00003 // 00004 // EXPORT.H (c) YoY'00 WEB: www.aestesis.org 00005 // 00008 #ifndef _EXPORT_H_ 00009 #define _EXPORT_H_ 00012 00013 #ifdef WIN32 00014 00015 #define ADLL __declspec(dllexport) 00016 00017 #else 00018 00019 #define ADLL 00020 00021 #endif 00022 00027 #endif //_EXPORT_H_