diff loader/ext.h @ 25869:246221f7ba2e

Consistently use uppercase filename as multiple inclusion guard.
author diego
date Mon, 28 Jan 2008 01:32:52 +0000
parents b70f5ac9c001
children a8ea87c71d18
line wrap: on
line diff
--- a/loader/ext.h	Mon Jan 28 01:31:39 2008 +0000
+++ b/loader/ext.h	Mon Jan 28 01:32:52 2008 +0000
@@ -3,8 +3,8 @@
  * http://svn.mplayerhq.hu/mplayer/trunk/
  */
 
-#ifndef loader_ext_h
-#define loader_ext_h
+#ifndef LOADER_EXT_H
+#define LOADER_EXT_H
 
 #include "wine/windef.h"
 
@@ -16,4 +16,4 @@
 extern int wcsnicmp(const unsigned short* s1, const unsigned short* s2, int n);
 extern int __vprintf( const char *format, ... );
 
-#endif /* loader_ext_h */
+#endif /* LOADER_EXT_H */