diff options
Diffstat (limited to 'plugins/PluginUpdater/src/Common.h')
-rw-r--r-- | plugins/PluginUpdater/src/Common.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/PluginUpdater/src/Common.h b/plugins/PluginUpdater/src/Common.h index c4a58e8a36..adf83efe37 100644 --- a/plugins/PluginUpdater/src/Common.h +++ b/plugins/PluginUpdater/src/Common.h @@ -39,6 +39,7 @@ Boston, MA 02111-1307, USA. #include <m_hotkeys.h>
#include <m_netlib.h>
#include <m_icolib.h>
+#include <m_skin.h>
#include <win2k.h>
#include "m_pluginupdater.h"
@@ -201,9 +202,9 @@ void __stdcall OpenPluginOptions(void*); BOOL AllowUpdateOnStartup();
void InitTimer(int type = 0);
-INT_PTR MenuCommand(WPARAM wParam,LPARAM lParam);
-INT_PTR ShowListCommand(WPARAM wParam,LPARAM lParam);
-INT_PTR EmptyFolder(WPARAM wParam,LPARAM lParam);
+INT_PTR MenuCommand(WPARAM,LPARAM);
+INT_PTR ShowListCommand(WPARAM,LPARAM);
+INT_PTR EmptyFolder(WPARAM,LPARAM);
INT_PTR CALLBACK DlgMsgPop(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam);
|