1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00

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

This commit is contained in:
Alex Henrie 2023-07-04 12:33:55 -06:00 committed by Alexandre Julliard
parent 29b29eddcc
commit 7e366d46b2

View File

@ -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_ */