Add GetShellWindow() since it's now present in Microsofts Platform SDK 2003 header
authorMartin Fuchs <fuchs.martin@gmail.com>
Sat, 9 Aug 2003 08:25:38 +0000 (08:25 +0000)
committerMartin Fuchs <fuchs.martin@gmail.com>
Sat, 9 Aug 2003 08:25:38 +0000 (08:25 +0000)
svn path=/trunk/; revision=5476

reactos/include/funcs.h

index 29c0136..db61eb4 100644 (file)
@@ -5284,6 +5284,11 @@ GetDesktopWindow(
                 VOID);
 
  
+HWND
+STDCALL
+GetShellWindow(VOID);
+
+
 HWND
 STDCALL
 GetParent(