[ros-diffs] [fireball] 32277: - Revert 32276, since the include guard convention has been changed by 32274.

fireball at svn.reactos.org fireball at svn.reactos.org
Sun Feb 10 21:09:07 CET 2008


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=32277&r1=32276&r2=32277&view=diff
==============================================================================
--- 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
 




More information about the Ros-diffs mailing list