Author: fireball
Date: Sun Feb 10 23:09:06 2008
New Revision: 32277
URL:
http://svn.reactos.org/svn/reactos?rev=32277&view=rev
Log:
- Revert 32276, since the include guard convention has been changed by 32274.
Modified:
trunk/reactos/include/ddk/unknown.h
Modified: trunk/reactos/include/ddk/unknown.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/unknown.h?rev=…
==============================================================================
--- trunk/reactos/include/ddk/unknown.h (original)
+++ trunk/reactos/include/ddk/unknown.h Sun Feb 10 23:09:06 2008
@@ -1,5 +1,5 @@
-#ifndef _UNKNOWN_H_
-#define _UNKNOWN_H_
+#ifndef __unknwn_h__
+#define __unknwn_h__
#ifdef __cplusplus
extern "C" {
@@ -51,5 +51,6 @@
IN PUNKNOWN OuterUnknown,
IN POOL_TYPE PoolType
);
+
#endif