Never, Never do if (FALSE) it will make dead code. activate dead code after DrFreds...
[reactos.git] / reactos / lib / ddraw / rosdraw.h
index 685a0f6..6fa7f37 100644 (file)
@@ -28,7 +28,8 @@ typedef struct
        HDC hdc;
        int Height, Width, Bpp;
 
-       GUID* lpGUID;
+       GUID InGUID;
+       BOOL InitializeDraw;
 
 } IDirectDrawImpl;