Revert 46514, fixes build.
[reactos.git] / reactos / dll / win32 / user32 / windows / draw.c
index c722dc7..2eb68d1 100644 (file)
@@ -37,6 +37,8 @@ WINE_DEFAULT_DEBUG_CHANNEL(user32);
 
 /* GLOBALS *******************************************************************/
 
+#define DSS_DEFAULT 0x0040  /* Make it bold */
+
 static const WORD wPattern_AA55[8] = { 0xaaaa, 0x5555, 0xaaaa, 0x5555,
                                        0xaaaa, 0x5555, 0xaaaa, 0x5555 };