www.pudn.com > SimpleInput.rar > Configure.h


//Configure.h 
//////////////////////////////////////////////////////////// 
#ifndef CONFIGURE_H 
#define CONFIGURE_H 
/////////////////////////////////////////////////////////// 
 
//================================================================ 
//The input method window 
 
//The input method window is base on source code 
//#define IMWND_FROM_CODE 
 
//The input method window is base on DLL 
#define IMWND_FROM_DLL 
 
//================================================================ 
//Choose the information to write or not 
//#define WRITE_LOG 
 
 
//=============================================================== 
//Some default value 
 
//The input window dll name 
#define IMWND_DLL_PATH		TEXT("\\WINDOWS\\DLLWND.dll") 
//=============================================================== 
 
////////////////////////////////////////////////////////////////// 
#endif //CONFIGURE_H