diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-11 13:41:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-11 13:42:42 +0100 |
commit | 556f1eab63555019865803c055454b7b69c2d75b (patch) | |
tree | d51d6db8b1e8cda466bc69759a096b51ab9fc946 /shell/inc | |
parent | b58b241f3a42255cce56ff14b5ce8fc7245d11ca (diff) |
loplugin:externvar (clang-cl)
Change-Id: I9efdd5136fdf793e0075b91fcfae4fed42050109
Diffstat (limited to 'shell/inc')
-rw-r--r-- | shell/inc/shlxthdl.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/inc/shlxthdl.hxx b/shell/inc/shlxthdl.hxx index b972c57fa1c2..3591ca9cc0cf 100644 --- a/shell/inc/shlxthdl.hxx +++ b/shell/inc/shlxthdl.hxx @@ -44,6 +44,8 @@ const CLSID CLSID_PROPERTYSHEET_HANDLER = const CLSID CLSID_THUMBVIEWER_HANDLER = { 0x3b092f0c, 0x7696, 0x40e3, { 0xa8, 0xf, 0x68, 0xd7, 0x4d, 0xa8, 0x42, 0x10 } }; +extern HINSTANCE g_hModule; + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |