Create GDI stock objects as normal objects instead of using magic
handle values.

diff --git a/objects/dc.c b/objects/dc.c
index d73dbbf..2299361 100644
--- a/objects/dc.c
+++ b/objects/dc.c
@@ -681,7 +681,7 @@
 
     dc->flags        = DC_MEMORY;
     dc->bitsPerPixel = 1;
-    dc->hBitmap      = hPseudoStockBitmap;
+    dc->hBitmap      = GetStockObject( DEFAULT_BITMAP );
 
     /* Copy the driver-specific physical device info into
      * the new DC. The driver may use this read-only info