Kaydet (Commit) 3ee77072 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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

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

Change-Id: I50b904dfbfecf3400591fadd392e229505c1a97f
üst 6657d524
...@@ -109,9 +109,6 @@ using namespace ::com::sun::star::beans; ...@@ -109,9 +109,6 @@ using namespace ::com::sun::star::beans;
#ifndef WM_MOUSEHWHEEL #ifndef WM_MOUSEHWHEEL
# define WM_MOUSEHWHEEL 0x020E # define WM_MOUSEHWHEEL 0x020E
#endif #endif
#ifndef IDC_PEN
# define IDC_PEN MAKEINTRESOURCE(32631)
#endif
const unsigned int WM_USER_SYSTEM_WINDOW_ACTIVATED = RegisterWindowMessageA("SYSTEM_WINDOW_ACTIVATED"); const unsigned int WM_USER_SYSTEM_WINDOW_ACTIVATED = RegisterWindowMessageA("SYSTEM_WINDOW_ACTIVATED");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment