Fix win32k build errors so HEAD can build again, although most are caused by poor...
[reactos.git] / reactos / subsys / win32k / objects / dc.c
index 94cc363..b574cb1 100644 (file)
@@ -1441,7 +1441,7 @@ NtGdiSetDCState ( HDC hDC, HDC hDCSave )
 INT FASTCALL
 IntGdiGetDeviceCaps(PDC dc, INT Index)
 {
-  INT ret;
+  INT ret = 0;
   POINT  pt;
 
   /* Retrieve capability */