- Fix the stupid mess we created when making this from the cmake branch
[reactos.git] / dll / win32 / kernel32 / include / kernel32.h
index ec4109f..008d77d 100644 (file)
@@ -91,7 +91,6 @@ DWORD
 /* GLOBAL VARIABLES **********************************************************/
 
 extern BOOL bIsFileApiAnsi;
-extern HANDLE hProcessHeap;
 extern HANDLE hBaseDir;
 extern HMODULE hCurrentModule;
 
@@ -110,6 +109,10 @@ extern BOOLEAN BaseRunningInServerProcess;
 
 /* FUNCTION PROTOTYPES *******************************************************/
 
+VOID
+NTAPI
+BaseDllInitializeMemoryManager(VOID);
+
 BOOL WINAPI VerifyConsoleIoHandle(HANDLE Handle);
 
 BOOL WINAPI CloseConsoleHandle(HANDLE Handle);
@@ -249,3 +252,11 @@ BaseSetLastNTError(IN NTSTATUS Status);
 
 /* FIXME */
 WCHAR WINAPI RtlAnsiCharToUnicodeChar(LPSTR *);
+
+HANDLE
+WINAPI
+DuplicateConsoleHandle(HANDLE hConsole,
+                       DWORD dwDesiredAccess,
+                       BOOL    bInheritHandle,
+                       DWORD dwOptions);
+