Used, but never set include-guard macro fixed. Thanks to Usurp.

svn path=/trunk/; revision=13662
This commit is contained in:
Mike Nordell 2005-02-20 02:30:28 +00:00
parent a9f369b8ed
commit 5585cc057b

View file

@ -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 */