From 5585cc057bac9f7e613bb6ce24572a5cd6e0c525 Mon Sep 17 00:00:00 2001 From: Mike Nordell Date: Sun, 20 Feb 2005 02:30:28 +0000 Subject: [PATCH] Used, but never set include-guard macro fixed. Thanks to Usurp. svn path=/trunk/; revision=13662 --- reactos/include/sm/helper.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reactos/include/sm/helper.h b/reactos/include/sm/helper.h index 13ed8829041..8a12bf3e3cb 100644 --- a/reactos/include/sm/helper.h +++ b/reactos/include/sm/helper.h @@ -1,4 +1,5 @@ -#ifndef _SM_HELPER_H +#ifndef INCLUDE_SM_HELPER_H +#define INCLUDE_SM_HELPER_H /*** DATA TYPES ******************************************************/ @@ -43,4 +44,4 @@ SmExecuteProgram (IN HANDLE hSmApiPort, IN PUNICODE_STRING Pgm ); -#endif /* ndef _SM_HELPER_H */ +#endif /* ndef INCLUDE_SM_HELPER_H */