summaryrefslogtreecommitdiff
path: root/odk/examples/OLE/activex/SOComWindowPeer.h
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-06-03 12:36:21 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-06-03 12:36:48 +0200
commitf0546a51ada8dc4f4436861e03e086938e9dd555 (patch)
treec7a12a3dd35010f6e44e775e179335948259f26b /odk/examples/OLE/activex/SOComWindowPeer.h
parentd758fb4d34a6f524b05fca6342a8e6a80e99d9e9 (diff)
odk/examples: mark them as examples
Change-Id: Ie4b925b2411f2a26076de7d0dc367678b390dba8
Diffstat (limited to 'odk/examples/OLE/activex/SOComWindowPeer.h')
-rw-r--r--odk/examples/OLE/activex/SOComWindowPeer.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/odk/examples/OLE/activex/SOComWindowPeer.h b/odk/examples/OLE/activex/SOComWindowPeer.h
index b03b26ca7a61..1a16bf4a0637 100644
--- a/odk/examples/OLE/activex/SOComWindowPeer.h
+++ b/odk/examples/OLE/activex/SOComWindowPeer.h
@@ -35,14 +35,8 @@
// SOComWindowPeer.h: Definition of the SOComWindowPeer class
-
-
-#ifndef __SOCOMWINDOWPEER_H_
-#define __SOCOMWINDOWPEER_H_
-
-#if _MSC_VER > 1000
-#pragma once
-#endif // _MSC_VER > 1000
+#ifndef INCLUDED_EXAMPLES_ACTIVEX_SOCOMWINDOWPEER_H
+#define INCLUDED_EXAMPLES_ACTIVEX_SOCOMWINDOWPEER_H
#include "resource.h"
#include <ExDispID.h>
@@ -160,6 +154,6 @@ DECLARE_REGISTRY_RESOURCEID(IDR_SOCOMWINDOWPEER)
void SetHWNDInternally( HWND hwnd ) { m_hwnd = hwnd; }
};
-#endif // __SOCOMWINDOWPEER_H_
+#endif // INCLUDED_EXAMPLES_ACTIVEX_SOCOMWINDOWPEER_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */