aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader/wine/winestring.h
diff options
context:
space:
mode:
authorGravatar diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-12 15:30:22 +0000
committerGravatar diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-12 15:30:22 +0000
commit802b125c30ebb74541b67fe2dccdb246c66af39c (patch)
tree970a17f2e7f1d73c573e88013af44b0a65951cc4 /loader/wine/winestring.h
parent01e19430f526d3978db8e3c4fa0d26ffef9f6f76 (diff)
Consistently use path as multiple inclusion guard.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24433 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/wine/winestring.h')
-rw-r--r--loader/wine/winestring.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/loader/wine/winestring.h b/loader/wine/winestring.h
index 5b66dc803c..e4d162d500 100644
--- a/loader/wine/winestring.h
+++ b/loader/wine/winestring.h
@@ -1,5 +1,5 @@
-#ifndef __WINE_WINE_WINESTRING_H
-#define __WINE_WINE_WINESTRING_H
+#ifndef __WINE_WINESTRING_H
+#define __WINE_WINESTRING_H
#include "windef.h"
@@ -10,4 +10,4 @@ LPSTR WINAPI lstrcpynWtoA(LPSTR,LPCWSTR,INT);
#define lstrncmpiA strncasecmp
-#endif /* __WINE_WINE_WINESTRING_H */
+#endif /* __WINE_WINESTRING_H */