diff --git a/include/winstring.h b/include/winstring.h index 27c299b9470..79b284a842e 100644 --- a/include/winstring.h +++ b/include/winstring.h @@ -16,8 +16,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#ifndef __WINE_WINSTRING_H -#define __WINE_WINSTRING_H +#ifndef __WINSTRING_H_ +#define __WINSTRING_H_ #include @@ -51,4 +51,4 @@ HRESULT WINAPI WindowsTrimStringStart(HSTRING str, HSTRING charstr, HSTRING *out } #endif -#endif /* __WINE_WINSTRING_H */ +#endif /* __WINSTRING_H_ */