From bbb4ce681e1c5969842147d86dfe625fce766978 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Sun, 9 Nov 2003 23:26:34 +0000 Subject: [PATCH] fixed build problems svn path=/trunk/; revision=6599 --- reactos/include/funcs.h | 18 ++++++++++-------- reactos/lib/user32/user32.def | 2 +- reactos/lib/user32/user32.edf | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/reactos/include/funcs.h b/reactos/include/funcs.h index 6213b7342e1..224b17aeec6 100644 --- a/reactos/include/funcs.h +++ b/reactos/include/funcs.h @@ -4695,19 +4695,21 @@ GetInternalWindowPos( LPPOINT ptIcon ); -HRESULT +HWND STDCALL GetProgmanWindow ( VOID ); -HRESULT +HWND STDCALL GetTaskmanWindow ( VOID ); DWORD STDCALL SetWindowStationUser( - DWORD x1, - DWORD x2 + DWORD Unknown1, + DWORD Unknown2, + DWORD Unknown3, + DWORD Unknown4 ); UINT @@ -4726,13 +4728,13 @@ SetSystemMenu( HMENU hMenu ); -HRESULT +HWND STDCALL -SetTaskmanWindow ( DWORD x ); +SetTaskmanWindow ( HWND x ); -HRESULT +HWND STDCALL -SetProgmanWindow ( DWORD x ); +SetProgmanWindow ( HWND x ); VOID STDCALL diff --git a/reactos/lib/user32/user32.def b/reactos/lib/user32/user32.def index c5a4dda4513..ca29f4e05ba 100644 --- a/reactos/lib/user32/user32.def +++ b/reactos/lib/user32/user32.def @@ -648,7 +648,7 @@ SetWindowLongW@12 SetWindowPlacement@8 SetWindowPos@28 SetWindowRgn@12 -SetWindowStationUser@8 +SetWindowStationUser@16 SetWindowTextA@8 SetWindowTextW@8 SetWindowWord@12 diff --git a/reactos/lib/user32/user32.edf b/reactos/lib/user32/user32.edf index 71ab0e0d3b7..815707ebbde 100644 --- a/reactos/lib/user32/user32.edf +++ b/reactos/lib/user32/user32.edf @@ -650,7 +650,7 @@ SetWindowLongW=SetWindowLongW@12 SetWindowPlacement=SetWindowPlacement@8 SetWindowPos=SetWindowPos@28 SetWindowRgn=SetWindowRgn@12 -SetWindowStationUser=SetWindowStationUser@8 +SetWindowStationUser=SetWindowStationUser@16 SetWindowTextA=SetWindowTextA@8 SetWindowTextW=SetWindowTextW@8 SetWindowWord=SetWindowWord@12