diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-04 19:13:33 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-04 19:13:33 +0300 |
commit | b236b2c82761d349da6ea7853c2c57f854647f9f (patch) | |
tree | 1a6720c0ef69cd53f02c1451ab4d690c7c61d92b | |
parent | d1f9ed840683828f9f4d2fcb80523bcda77115a5 (diff) |
compilation fix
-rw-r--r-- | plugins/PluginUpdater/src/DlgUpdate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index 0b75c21b90..0e78813751 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -885,7 +885,7 @@ static LONGLONG PeriodToMilliseconds(const int period, BYTE &periodMeasure) return result;
}
-void InitTimer(void *type)
+void __stdcall InitTimer(void *type)
{
if (!opts.bUpdateOnPeriod)
return;
|