Searched refs:DIR_BUFFER_LEN (Results 1 – 1 of 1) sorted by relevance
45 #define DIR_BUFFER_LEN (10240) macro105 TCHAR* exeNameTCHAR = new TCHAR[DIR_BUFFER_LEN]; in OsInit()106 char* exeName = new char[DIR_BUFFER_LEN]; in OsInit()116 retSize = GetModuleFileName(NULL, exeNameTCHAR, DIR_BUFFER_LEN); in OsInit()118 if (DIR_BUFFER_LEN > (int)retSize) in OsInit()