diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-09-18 18:30:09 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-09-18 18:30:09 +0000 |
commit | 2fea02dbc5aaf7b054526d2ca17a54f112d6a39a (patch) | |
tree | df9e5adbaf09c7f403a03058a3d91b3cf96cd43b /plugins | |
parent | 6643af9a0ce6d8531f2843c087bc69951755e8f0 (diff) |
Restart: warning fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@1597 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Restart/src/restart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Restart/src/restart.c b/plugins/Restart/src/restart.c index 2c09f2f0ab..f610fc0630 100644 --- a/plugins/Restart/src/restart.c +++ b/plugins/Restart/src/restart.c @@ -31,7 +31,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason,LPVOID lpvReserved) return TRUE;
}
-static int RestartMenuCommand(WPARAM wParam,LPARAM lParam)
+static INT_PTR RestartMenuCommand(WPARAM wParam,LPARAM lParam)
{
CallService("Miranda/System/Restart",0,0);
CallService("CloseAction",0,0);
|