Browse Source

* dc_pen and dc_brush in getstockobject section, reported on forum

marcoonthegit 1 year ago
parent
commit
5120a3a0c3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      rtl/win/wininc/defines.inc

+ 3 - 0
rtl/win/wininc/defines.inc

@@ -1867,6 +1867,9 @@
      SYSTEM_FONT = 13;
      SYSTEM_FONT = 13;
      SYSTEM_FIXED_FONT = 16;
      SYSTEM_FIXED_FONT = 16;
      DEFAULT_PALETTE = 15;
      DEFAULT_PALETTE = 15;
+     DC_BRUSH   = 18;
+     DC_PEN     = 19;
+
   { GetStringTypeA  }
   { GetStringTypeA  }
      CT_CTYPE1 = 1;
      CT_CTYPE1 = 1;
      CT_CTYPE2 = 2;
      CT_CTYPE2 = 2;