summaryrefslogtreecommitdiff
path: root/shell/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-11 13:41:56 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-11 13:42:42 +0100
commit556f1eab63555019865803c055454b7b69c2d75b (patch)
treed51d6db8b1e8cda466bc69759a096b51ab9fc946 /shell/inc
parentb58b241f3a42255cce56ff14b5ce8fc7245d11ca (diff)
loplugin:externvar (clang-cl)
Change-Id: I9efdd5136fdf793e0075b91fcfae4fed42050109
Diffstat (limited to 'shell/inc')
-rw-r--r--shell/inc/shlxthdl.hxx2
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: */