Used, but never set include-guard macro fixed. Thanks to Usurp.
Modified: trunk/reactos/include/sm/helper.h
--- trunk/reactos/include/sm/helper.h 2005-02-19 23:24:38 UTC (rev 13661) +++ trunk/reactos/include/sm/helper.h 2005-02-20 02:30:28 UTC (rev 13662) @@ -1,4 +1,5 @@
-#ifndef _SM_HELPER_H
+#ifndef INCLUDE_SM_HELPER_H
+#define INCLUDE_SM_HELPER_H
/*** DATA TYPES ******************************************************/ @@ -43,4 +44,4 @@
IN PUNICODE_STRING Pgm );
-#endif /* ndef _SM_HELPER_H */
+#endif /* ndef INCLUDE_SM_HELPER_H */