summaryrefslogtreecommitdiff
path: root/extensions/source/activex/SOComWindowPeer.h
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/activex/SOComWindowPeer.h')
-rw-r--r--extensions/source/activex/SOComWindowPeer.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/extensions/source/activex/SOComWindowPeer.h b/extensions/source/activex/SOComWindowPeer.h
index 8e2b704e6783..379ca767a66a 100644
--- a/extensions/source/activex/SOComWindowPeer.h
+++ b/extensions/source/activex/SOComWindowPeer.h
@@ -19,8 +19,7 @@
// SOComWindowPeer.h: Definition of the SOComWindowPeer class
-#ifndef INCLUDED_EXTENSIONS_SOURCE_ACTIVEX_SOCOMWINDOWPEER_H
-#define INCLUDED_EXTENSIONS_SOURCE_ACTIVEX_SOCOMWINDOWPEER_H
+#pragma once
#ifdef _MSC_VER
#pragma once
@@ -157,6 +156,4 @@ DECLARE_REGISTRY_RESOURCEID(IDR_SOCOMWINDOWPEER)
void SetHWNDInternally( HWND hwnd ) { m_hwnd = hwnd; }
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */