mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Add GetShellWindow() since it's now present in Microsofts Platform SDK 2003 header
svn path=/trunk/; revision=5476
This commit is contained in:
parent
3d4914c898
commit
af85d1032f
1 changed files with 5 additions and 0 deletions
|
@ -5284,6 +5284,11 @@ GetDesktopWindow(
|
|||
VOID);
|
||||
|
||||
|
||||
HWND
|
||||
STDCALL
|
||||
GetShellWindow(VOID);
|
||||
|
||||
|
||||
HWND
|
||||
STDCALL
|
||||
GetParent(
|
||||
|
|
Loading…
Reference in a new issue