Author: jimtabor Date: Mon Feb 29 00:32:08 2016 New Revision: 70814
URL: http://svn.reactos.org/svn/reactos?rev=70814&view=rev Log: - Fix build.
Modified: trunk/reactos/win32ss/include/ntuser.h
Modified: trunk/reactos/win32ss/include/ntuser.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/include/ntuser.h?re... ============================================================================== --- trunk/reactos/win32ss/include/ntuser.h [iso-8859-1] (original) +++ trunk/reactos/win32ss/include/ntuser.h [iso-8859-1] Mon Feb 29 00:32:08 2016 @@ -140,6 +140,7 @@ HWND hProgmanWindow; HWND hShellWindow; struct _WND *spwndShell; + struct _WND *spwndBkGnd;
struct _PROCESSINFO *ppiShellProcess;