update for HEAD-2003091401
[reactos.git] / lib / gdi32 / main / dllmain.c
index b3b334d..953dc47 100644 (file)
@@ -9,6 +9,7 @@
 
 #include <windows.h>
 #include <win32k/win32k.h>
+#include <internal/heap.h>
 
 /*
  * GDI32.DLL doesn't have an entry point. The initialization is done by a call
@@ -26,6 +27,9 @@ DllMain (
 }
 
 
+/*
+ * @implemented
+ */
 BOOL
 WINAPI
 GdiDllInitialize (
@@ -56,11 +60,12 @@ GdiDllInitialize (
        return TRUE;
 }
 
+
 VOID
 WINAPI
 GdiProcessSetup (VOID)
 {
-
+       hProcessHeap = RtlGetProcessHeap();
 }
 
 /* EOF */