00001 //--------------------------------------------------------------------------------------------- 00002 // This file is a part of "DinoKod". 00003 // Copyright © 2003 Dino Productions. All Rights Reserved. 00004 // 00005 // File : Util.h 00006 // Author : Sebastien LEIX sebastien.leix@wanadoo.fr 00007 // Date : 00008 // Modification : 00009 // 00010 //--------------------------------------------------------------------------------------------- 00011 #ifndef __UTIL_H__ 00012 #define __UTIL_H__ 00013 00014 #include "Common/CommonDll.h" 00015 #include <windows.h> 00016 00017 //--------------------------------------------------------------------------------------------------------------------- 00018 extern void ConvToAnsi( WCHAR* pWideStr, char* pString ); 00019 extern void ConvToUnicode( char* pString, WCHAR* pWideStr ); 00020 00021 #endif __UTIL_H__
1.5.1-p1