- Correct a header guard

svn path=/trunk/; revision=37483
This commit is contained in:
Stefan Ginsberg 2008-11-20 15:02:42 +00:00
parent 813f7f6f26
commit 30baf5107f

View file

@ -23,7 +23,7 @@ import "unknwn.idl";
interface IStream;
/* FIXME: LANGID is defined in winnt.h and mlang.h in the platform SDK */
cpp_quote("#ifndef _WINNT_")
cpp_quote("#ifndef _WINNT_H")
typedef WORD LANGID;
cpp_quote("#endif")