* Add header guards to the main headers.
CORE-7716
svn path=/trunk/; revision=61992
* PROGRAMMER: Eric Kohl
*/
+#ifndef _USETUP_PCH_
+#define _USETUP_PCH_
+
/* C Headers */
#include <stdio.h>
#include <stdlib.h>
InsertTailList(current, &((NewEntry)->ListEntryField));\
}
-/* EOF */
+#endif /* _USETUP_PCH_ */
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifndef _EXPLORER_H
+#define _EXPLORER_H
//
// Explorer clone - precompiled header support
#include "externals.h"
#include "resource.h"
+
+#endif /* _EXPLORER_H */
* services.h
*/
+#ifndef _SERVICES_H
+#define _SERVICES_H
+
#include <stdio.h>
#define WIN32_NO_STATUS
LPCWSTR *lpStrings);
VOID ScmWaitForLsa(VOID);
-/* EOF */
+#endif /* _SERVICES_H */