diff loader/win32.h @ 24419:53ca44efadce

cosmetics: Use uppercase for multiple inclusion guards and comment #endifs.
author diego
date Wed, 12 Sep 2007 23:16:39 +0000
parents 0783dd397f74
children b70f5ac9c001
line wrap: on
line diff
--- 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 */