summaryrefslogtreecommitdiff
path: root/odk/examples/OLE/activex/SOActiveX.h
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/OLE/activex/SOActiveX.h')
-rw-r--r--odk/examples/OLE/activex/SOActiveX.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/OLE/activex/SOActiveX.h b/odk/examples/OLE/activex/SOActiveX.h
index f36cbe78a993..2057e43f466b 100644
--- a/odk/examples/OLE/activex/SOActiveX.h
+++ b/odk/examples/OLE/activex/SOActiveX.h
@@ -35,8 +35,8 @@
// SOActiveX.h : Declaration of the CSOActiveX
-#ifndef __SOACTIVEX_H_
-#define __SOACTIVEX_H_
+#ifndef INCLUDED_EXAMPLES_ACTIVEX_SOACTIVEX_H
+#define INCLUDED_EXAMPLES_ACTIVEX_SOACTIVEX_H
#include "resource.h"
#include <ExDispID.h>
@@ -163,6 +163,6 @@ public:
HRESULT Cleanup();
};
-#endif //__SOACTIVEX_H_
+#endif // INCLUDED_EXAMPLES_ACTIVEX_SOACTIVEX_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */