mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Used, but never set include-guard macro fixed. Thanks to Usurp.
svn path=/trunk/; revision=13662
This commit is contained in:
parent
a9f369b8ed
commit
5585cc057b
1 changed files with 3 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue