[PSDK]: Add two missing flags concerning custom-drawn controls.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Fri, 15 Jul 2016 21:12:52 +0000 (21:12 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Fri, 15 Jul 2016 21:12:52 +0000 (21:12 +0000)
svn path=/trunk/; revision=71948

reactos/sdk/include/psdk/commctrl.h

index 2257353..442467d 100644 (file)
@@ -253,6 +253,8 @@ extern "C" {
 #define CDRF_DODEFAULT 0x0
 #define CDRF_NEWFONT 0x2
 #define CDRF_SKIPDEFAULT 0x4
+#define CDRF_DOERASE 0x8
+#define CDRF_SKIPPOSTPAINT 0x100
 
 #define CDRF_NOTIFYPOSTPAINT 0x10
 #define CDRF_NOTIFYITEMDRAW 0x20