summaryrefslogtreecommitdiff
path: root/include/postwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/postwin.h')
-rw-r--r--include/postwin.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/postwin.h b/include/postwin.h
index 8f9be8959c25..d22052017c19 100644
--- a/include/postwin.h
+++ b/include/postwin.h
@@ -27,6 +27,12 @@
#undef Folder
#undef GradientStyle_RECT
+// so it doesn't conflict with enum values
+#undef TRANSPARENT
+#undef OPAQUE
+#define WIN32_TRANSPARENT 1
+#define WIN32_OPAQUE 2
+
#define WIN_WB_LEFT 0
#define WIN_WB_RIGHT 1
#undef WB_LEFT