[ros-diffs] [sserapion] 38268: Repeat after me "typedef INT_PTR(CALLBACK *DLGPROC)(HWND,UINT,WPARAM,LPARAM); ", sorry.
sserapion at svn.reactos.org
sserapion at svn.reactos.org
Mon Dec 22 07:45:50 CET 2008
Author: sserapion
Date: Mon Dec 22 00:45:49 2008
New Revision: 38268
URL: http://svn.reactos.org/svn/reactos?rev=38268&view=rev
Log:
Repeat after me "typedef INT_PTR(CALLBACK *DLGPROC)(HWND,UINT,WPARAM,LPARAM);", sorry.
Modified:
branches/ros-amd64-bringup/reactos/dll/shellext/devcpux/processor.c
Modified: branches/ros-amd64-bringup/reactos/dll/shellext/devcpux/processor.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/dll/shellext/devcpux/processor.c?rev=38268&r1=38267&r2=38268&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/dll/shellext/devcpux/processor.c [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/dll/shellext/devcpux/processor.c [iso-8859-1] Mon Dec 22 00:45:49 2008
@@ -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 @@
wcscat(szFeatures, Feature);
}
-LRESULT
+INT_PTR
CALLBACK
ProcessorDlgProc (HWND hDlg, UINT uMessage, WPARAM wParam, LPARAM lParam)
{
More information about the Ros-diffs
mailing list