00001 /* 00002 * PROPRIETARY INFORMATION. This software is proprietary to 00003 * Side Effects Software Inc., and is not to be reproduced, 00004 * transmitted, or disclosed in any way without written permission. 00005 * 00006 * Produced by: 00007 * Side Effects Software Inc 00008 * 123 Front Street West, Suite 1401 00009 * Toronto, Ontario 00010 * Canada M5J 2M2 00011 * 416-504-9876 00012 * 00013 * COMMENTS: 00014 */ 00015 00016 #ifndef __HOM_API_h__ 00017 #define __HOM_API_h__ 00018 00019 #if defined(WIN32) && !defined(MAKING_STATIC) 00020 #ifdef EXPORT_HOM 00021 #define HOM_API __declspec(dllexport) 00022 #else 00023 #define HOM_API __declspec(dllimport) 00024 #endif 00025 #else 00026 #define HOM_API 00027 #endif 00028 00029 #endif
1.5.9