diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-15 17:31:53 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-15 17:31:53 +0300 |
commit | ead24472fda0b5d69497e792a6b4dede30ab319b (patch) | |
tree | e1b9711b9127bef004ea1e018dcb726512883882 /utilities.h | |
parent | 665f0c15010670233f3d85b9b0b0e6da6f35e878 (diff) |
key generation from module
Diffstat (limited to 'utilities.h')
-rw-r--r-- | utilities.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utilities.h b/utilities.h index 5e458fc..fc3304d 100644 --- a/utilities.h +++ b/utilities.h @@ -27,5 +27,6 @@ void storeOutput(HANDLE ahandle, string *output); void cp866_to_cp1251(string *str); void HistoryLog(HANDLE hContact, char *data, int event_type, int flags); +int ComboBoxAddStringUtf(HWND hCombo, const TCHAR *szString, DWORD data); #endif |