00001 //--------------------------------------------------------------------------------------------- 00002 // This file is a part of "DinoKod". 00003 // Copyright © 2003 Dino Productions. All Rights Reserved. 00004 // 00005 // File : BspDll.h 00006 // Author : Sebastien LEIX sebastien.leix@wanadoo.fr 00007 // Date : 06/05/2002 00008 // Modification : 00009 // 00010 //--------------------------------------------------------------------------------------------- 00011 #include "ZythumProject/ZythumProjectDll.h" 00012 00013 #ifdef BSP_EXPORTS 00014 #define BSP_API __declspec(dllexport) 00015 #else 00016 #define BSP_API __declspec(dllimport) 00017 #endif
1.5.1-p1