Commit 7e366d46 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

include: Use correct header guard name in winstring.h.

parent 29b29edd
......@@ -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 <hstring.h>
......@@ -51,4 +51,4 @@ HRESULT WINAPI WindowsTrimStringStart(HSTRING str, HSTRING charstr, HSTRING *out
}
#endif
#endif /* __WINE_WINSTRING_H */
#endif /* __WINSTRING_H_ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment