|
len = GetModuleFileNameW(NULL, widePath, MAX_PATH);
|
|
len = GetModuleFileNameW(NULL, widePath, MAX_PATH);
|
|
len = WideCharToMultiByte(0, 0, widePath, len, appDir, MAX_PATH, NULL, NULL);
|
|
len = WideCharToMultiByte(0, 0, widePath, len, appDir, MAX_PATH, NULL, NULL);
|