diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-05-05 13:21:43 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-05-05 15:51:10 +0200 |
commit | c724eebbaee76c9c91ba332173903aa4f4bd754a (patch) | |
tree | fce4460b0335030578d9cfb87861f82aba15a385 /include/postwin.h | |
parent | cbaca2c1cea2a4a75e21b2b13d79f50858d7d186 (diff) |
vcl: rename conflicting defintion of TRANSPARENT remove it from postwin.h
Change-Id: I3b4e25c27593e3a61612a96baa2a4378542d151c
Diffstat (limited to 'include/postwin.h')
-rw-r--r-- | include/postwin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/postwin.h b/include/postwin.h index 555478dece0f..febe581b4590 100644 --- a/include/postwin.h +++ b/include/postwin.h @@ -28,7 +28,6 @@ #undef GradientStyle_RECT // so it doesn't conflict with enum values -#undef TRANSPARENT #undef OPAQUE #define WIN32_TRANSPARENT 1 |