mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +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;
|
interface IStream;
|
||||||
|
|
||||||
/* FIXME: LANGID is defined in winnt.h and mlang.h in the platform SDK */
|
/* 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;
|
typedef WORD LANGID;
|
||||||
cpp_quote("#endif")
|
cpp_quote("#endif")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue