diff loader/wine/elfdll.h @ 24422:c98c9e7f3bd0

Remove leading underscores from multiple inclusion guards, leading underscores are reserved in the C standard.
author diego
date Thu, 13 Sep 2007 08:50:21 +0000
parents 93b87066f9da
children a8ea87c71d18
line wrap: on
line diff
--- a/loader/wine/elfdll.h	Thu Sep 13 00:17:52 2007 +0000
+++ b/loader/wine/elfdll.h	Thu Sep 13 08:50:21 2007 +0000
@@ -1,5 +1,5 @@
-#ifndef __WINE_ELFDLL_H
-#define __WINE_ELFDLL_H
+#ifndef WINE_ELFDLL_H
+#define WINE_ELFDLL_H
 
 #include "module.h"
 #include "windef.h"
@@ -11,4 +11,4 @@
 void *ELFDLL_dlopen(const char *libname, int flags);
 extern char *extra_ld_library_path;
 
-#endif /* __WINE_ELFDLL_H */
+#endif /* WINE_ELFDLL_H */