diff options
Diffstat (limited to 'utilities.h')
-rw-r--r-- | utilities.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utilities.h b/utilities.h index 73a451f..423f87c 100644 --- a/utilities.h +++ b/utilities.h @@ -23,4 +23,6 @@ void GetFolderPath(TCHAR *WindowTittle, char *szSetting); void storeOutput(HANDLE ahandle, string *output); +void cp866_to_cp1251(string *str); + #endif |