-Werror,-Wunused-macros (clang-cl)

...since 65b7b6322b "loplugin:unusedenumconstants
read-only constants in vcl"

Change-Id: I50b904dfbfecf3400591fadd392e229505c1a97f
This commit is contained in:
Stephan Bergmann
2017-02-13 18:11:34 +01:00
parent 6657d52417
commit 3ee77072ff

View File

@@ -109,9 +109,6 @@ using namespace ::com::sun::star::beans;
#ifndef WM_MOUSEHWHEEL
# define WM_MOUSEHWHEEL 0x020E
#endif
#ifndef IDC_PEN
# define IDC_PEN MAKEINTRESOURCE(32631)
#endif
const unsigned int WM_USER_SYSTEM_WINDOW_ACTIVATED = RegisterWindowMessageA("SYSTEM_WINDOW_ACTIVATED");