diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-08-10 21:09:08 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-08-10 21:09:08 +0000 |
commit | 95d8d4c224de772a494b3c658c8b8990c577d173 (patch) | |
tree | 27911114534fb31df1ba19d50ca69b98f6fa7e9e /plugins/Variables/src/main.cpp | |
parent | 7f5cb4c7fc462ff993c4e80612db551484a5e875 (diff) |
Variables:
- warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@14902 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Variables/src/main.cpp')
-rw-r--r-- | plugins/Variables/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Variables/src/main.cpp b/plugins/Variables/src/main.cpp index 2a561a9b8c..18487b361d 100644 --- a/plugins/Variables/src/main.cpp +++ b/plugins/Variables/src/main.cpp @@ -22,7 +22,7 @@ CLIST_INTERFACE *pcli; HINSTANCE hInst;
int hLangpack = 0;
-BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
+BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD, LPVOID)
{
hInst = hinstDLL;
return TRUE;
|