include: Use correct header guard name in winstring.h.
This commit is contained in:
parent
29b29eddcc
commit
7e366d46b2
1 changed files with 3 additions and 3 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Reference in a new issue