| 420 | } |
| 421 | |
| 422 | std::wstring GetExeModulePath() |
| 423 | { |
| 424 | std::wstring r = GetModulePath(NULL); |
| 425 | r = r.substr(0, r.find_last_of(L"/\\") + 1); |
| 426 | return r; |
| 427 | } |
| 428 | |
| 429 | UINT GetPrivateProfileIntW(LPCWSTR lpAppName, LPCWSTR lpKeyName, INT nDefault, const std::vector<std::wstring>& fileNames) |
| 430 | { |