changeset 24419:53ca44efadce

cosmetics: Use uppercase for multiple inclusion guards and comment #endifs.
author diego
date Wed, 12 Sep 2007 23:16:39 +0000
parents 735767060d85
children d3063b49144c
files loader/driver.h loader/win32.h
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/loader/driver.h	Wed Sep 12 23:14:55 2007 +0000
+++ b/loader/driver.h	Wed Sep 12 23:16:39 2007 +0000
@@ -4,8 +4,8 @@
  * $Id$
  */
 
-#ifndef loader_driver_h
-#define	loader_driver_h
+#ifndef LOADER_DRIVER_H
+#define LOADER_DRIVER_H
 
 #ifdef __cplusplus
 extern "C" {
@@ -25,4 +25,4 @@
 }
 #endif
 
-#endif
+#endif /* LOADER_DRIVER_H */
--- a/loader/win32.h	Wed Sep 12 23:14:55 2007 +0000
+++ b/loader/win32.h	Wed Sep 12 23:16:39 2007 +0000
@@ -4,8 +4,8 @@
  * $Id$
  */
 
-#ifndef loader_win32_h
-#define loader_win32_h
+#ifndef LOADER_WIN32_H
+#define LOADER_WIN32_H
 
 #include <time.h>
 
@@ -41,4 +41,4 @@
 extern void* LookupExternal(const char* library, int ordinal);
 extern void* LookupExternalByName(const char* library, const char* name);
 
-#endif
+#endif /* LOADER_WIN32_H */