mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
fixed build problems
svn path=/trunk/; revision=6599
This commit is contained in:
+10
-8
@@ -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
|
||||
|
||||
@@ -648,7 +648,7 @@ SetWindowLongW@12
|
||||
SetWindowPlacement@8
|
||||
SetWindowPos@28
|
||||
SetWindowRgn@12
|
||||
SetWindowStationUser@8
|
||||
SetWindowStationUser@16
|
||||
SetWindowTextA@8
|
||||
SetWindowTextW@8
|
||||
SetWindowWord@12
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user