fixed build problems

svn path=/trunk/; revision=6599
This commit is contained in:
Thomas Bluemel 2003-11-09 23:26:34 +00:00
parent 0ac3819023
commit bbb4ce681e
3 changed files with 12 additions and 10 deletions

View file

@ -4695,19 +4695,21 @@ GetInternalWindowPos(
LPPOINT ptIcon LPPOINT ptIcon
); );
HRESULT HWND
STDCALL STDCALL
GetProgmanWindow ( VOID ); GetProgmanWindow ( VOID );
HRESULT HWND
STDCALL STDCALL
GetTaskmanWindow ( VOID ); GetTaskmanWindow ( VOID );
DWORD DWORD
STDCALL STDCALL
SetWindowStationUser( SetWindowStationUser(
DWORD x1, DWORD Unknown1,
DWORD x2 DWORD Unknown2,
DWORD Unknown3,
DWORD Unknown4
); );
UINT UINT
@ -4726,13 +4728,13 @@ SetSystemMenu(
HMENU hMenu HMENU hMenu
); );
HRESULT HWND
STDCALL STDCALL
SetTaskmanWindow ( DWORD x ); SetTaskmanWindow ( HWND x );
HRESULT HWND
STDCALL STDCALL
SetProgmanWindow ( DWORD x ); SetProgmanWindow ( HWND x );
VOID VOID
STDCALL STDCALL

View file

@ -648,7 +648,7 @@ SetWindowLongW@12
SetWindowPlacement@8 SetWindowPlacement@8
SetWindowPos@28 SetWindowPos@28
SetWindowRgn@12 SetWindowRgn@12
SetWindowStationUser@8 SetWindowStationUser@16
SetWindowTextA@8 SetWindowTextA@8
SetWindowTextW@8 SetWindowTextW@8
SetWindowWord@12 SetWindowWord@12

View file

@ -650,7 +650,7 @@ SetWindowLongW=SetWindowLongW@12
SetWindowPlacement=SetWindowPlacement@8 SetWindowPlacement=SetWindowPlacement@8
SetWindowPos=SetWindowPos@28 SetWindowPos=SetWindowPos@28
SetWindowRgn=SetWindowRgn@12 SetWindowRgn=SetWindowRgn@12
SetWindowStationUser=SetWindowStationUser@8 SetWindowStationUser=SetWindowStationUser@16
SetWindowTextA=SetWindowTextA@8 SetWindowTextA=SetWindowTextA@8
SetWindowTextW=SetWindowTextW@8 SetWindowTextW=SetWindowTextW@8
SetWindowWord=SetWindowWord@12 SetWindowWord=SetWindowWord@12