diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-26 18:21:33 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-26 18:21:33 +0000 |
commit | 944753ba4f0e2b924215fab81e72abb933942df3 (patch) | |
tree | ae6c3eddfa7f296516543394399741f275c2457e /protocols/Xfire/src/iniupdater.cpp | |
parent | 1c415d23b2150c14787969fafe98c01942bd7b76 (diff) |
rrrrrrrr
git-svn-id: http://svn.miranda-ng.org/main/trunk@2508 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src/iniupdater.cpp')
-rw-r--r-- | protocols/Xfire/src/iniupdater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/iniupdater.cpp b/protocols/Xfire/src/iniupdater.cpp index 08f5e85113..4ccf320b9b 100644 --- a/protocols/Xfire/src/iniupdater.cpp +++ b/protocols/Xfire/src/iniupdater.cpp @@ -9,7 +9,7 @@ extern HANDLE XFireWorkingFolder;
extern HANDLE XFireIconFolder;
-LRESULT CALLBACK DlgUpdateDialogProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
+INT_PTR CALLBACK DlgUpdateDialogProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
{
switch (msg)
{
|