From 7d031bd2335b02d1b5bd52feb8f15265e0f7a9a8 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Mon, 13 Jul 2009 03:55:03 +0000 Subject: [PATCH] - Fix build. svn path=/trunk/; revision=41938 --- reactos/subsystems/win32/win32k/include/win32.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/subsystems/win32/win32k/include/win32.h b/reactos/subsystems/win32/win32k/include/win32.h index 01de1162639..46da8c52915 100644 --- a/reactos/subsystems/win32/win32k/include/win32.h +++ b/reactos/subsystems/win32/win32k/include/win32.h @@ -1,6 +1,8 @@ #ifndef __INCLUDE_NAPI_WIN32_H #define __INCLUDE_NAPI_WIN32_H +extern HINSTANCE hModClient; // This should replace (PROCESSINFO)->hModUser + typedef struct _WIN32HEAP WIN32HEAP, *PWIN32HEAP; #include