diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-27 18:53:18 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-27 18:53:18 +0300 |
commit | e3b2425ac0e38ef35d6493edc4a0a211959eb91d (patch) | |
tree | 7a80e334998b863a90459d45bc597e8d0ad7ae3b /plugins/PluginUpdater/src/stdafx.h | |
parent | f4d63038321dc6b1abe0f7fdb0e824ba66d3917f (diff) |
fix for correct version info offset calculation
Diffstat (limited to 'plugins/PluginUpdater/src/stdafx.h')
-rw-r--r-- | plugins/PluginUpdater/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/stdafx.h b/plugins/PluginUpdater/src/stdafx.h index e90119bcd6..00be8fc56f 100644 --- a/plugins/PluginUpdater/src/stdafx.h +++ b/plugins/PluginUpdater/src/stdafx.h @@ -229,7 +229,6 @@ wchar_t* GetDefaultUrl(); bool DownloadFile(FILEURL *pFileURL, HNETLIBCONN &nlc);
void ShowPopup(LPCTSTR Title, LPCTSTR Text, int Number);
-void __stdcall RestartMe(void*);
void __stdcall OpenPluginOptions(void*);
void CheckUpdateOnStartup();
void InitTimer(void *type);
|