mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
- Correct a header guard
svn path=/trunk/; revision=37483
This commit is contained in:
parent
813f7f6f26
commit
30baf5107f
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue