diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-12-07 08:38:12 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-12-10 07:03:31 +0000 |
commit | b8ecfd83bac98ea58a435c59856da8fd94f5c6d9 (patch) | |
tree | 8e5ebeceaec301a6aefcb017169794b6cff4a132 /connectivity/inc | |
parent | 7b69dd64be71d1420158a553fb5ec861039cb017 (diff) |
Undef RGB where it was defined, not where it gets used
Change-Id: I274958964292f78c802748e17fca7f265ae5a4b8
Reviewed-on: https://gerrit.libreoffice.org/20429
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'connectivity/inc')
-rw-r--r-- | connectivity/inc/pch/precompiled_ado.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/connectivity/inc/pch/precompiled_ado.hxx b/connectivity/inc/pch/precompiled_ado.hxx index 1f4b17ca83ad..5e7ce61533f4 100644 --- a/connectivity/inc/pch/precompiled_ado.hxx +++ b/connectivity/inc/pch/precompiled_ado.hxx @@ -72,6 +72,7 @@ // Cleanup windows header macro pollution. #ifdef WNT # include <postwin.h> +# undef RGB #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |