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
);
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

View file

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

View file

@ -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