D:/Zythum/DinoKod/DataBase/DatabaseDll.h

00001 //---------------------------------------------------------------------------------------------
00002 //      This file is a part of "DinoKod".
00003 //      Copyright © 2003 Dino Productions. All Rights Reserved.
00004 //      
00005 //      File                    : DatabaseDll.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 DATABASE_EXPORTS
00014 #define DATABASE_API __declspec(dllexport)
00015 #else
00016 #define DATABASE_API __declspec(dllimport)
00017 #endif

Generated on Sun Mar 25 20:02:11 2007 for Zythum Project by  doxygen 1.5.1-p1