From 16ff8f92cbd2f3540c1d0ce4a5ae904683dadbf0 Mon Sep 17 00:00:00 2001 From: Samuel Serapion Date: Mon, 22 Dec 2008 06:45:49 +0000 Subject: [PATCH] Repeat after me "typedef INT_PTR(CALLBACK *DLGPROC)(HWND,UINT,WPARAM,LPARAM);", sorry. svn path=/branches/ros-amd64-bringup/; revision=38268 --- reactos/dll/shellext/devcpux/processor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/dll/shellext/devcpux/processor.c b/reactos/dll/shellext/devcpux/processor.c index 01636ba3a5a..9083d985fb0 100644 --- a/reactos/dll/shellext/devcpux/processor.c +++ b/reactos/dll/shellext/devcpux/processor.c @@ -14,7 +14,7 @@ #include "resource.h" HINSTANCE g_hInstance = NULL; -LRESULT CALLBACK ProcessorDlgProc (HWND hDlg, UINT uMessage, WPARAM wParam, LPARAM lParam); +INT_PTR CALLBACK ProcessorDlgProc (HWND hDlg, UINT uMessage, WPARAM wParam, LPARAM lParam); BOOL APIENTRY @@ -74,7 +74,7 @@ AddFeature(WCHAR* szFeatures, WCHAR* Feature, BOOL* bFirst) wcscat(szFeatures, Feature); } -LRESULT +INT_PTR CALLBACK ProcessorDlgProc (HWND hDlg, UINT uMessage, WPARAM wParam, LPARAM lParam) { -- 2.17.1