diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-07 20:53:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-07 20:53:09 +0000 |
commit | 6e25730bfafd9e4113cd9471544a2fe7491ebbf8 (patch) | |
tree | 45769d7324e5ba12489a0802a42ceb2adf6e3a24 /plugins/PluginUpdater/src/compat.h | |
parent | 7288031deaffcbb9424dbad8496f6086f52a5066 (diff) |
compilation fix for PU for Miranda IM
git-svn-id: http://svn.miranda-ng.org/main/trunk@6818 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src/compat.h')
-rw-r--r-- | plugins/PluginUpdater/src/compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/PluginUpdater/src/compat.h b/plugins/PluginUpdater/src/compat.h index a258acf7ad..8e3d152126 100644 --- a/plugins/PluginUpdater/src/compat.h +++ b/plugins/PluginUpdater/src/compat.h @@ -76,6 +76,7 @@ __forceinline INT_PTR Options_AddPage(WPARAM wParam, OPTIONSDIALOGPAGE *odp) return CallService("Opt/AddPage", wParam, (LPARAM)odp);
}
+char* bin2hex(const void *pData, size_t len, char *dest);
char *rtrim(char *str);
int CreatePathToFileT(const TCHAR *ptszPath);
|