diff --git a/reactos/include/psdk/mlang.idl b/reactos/include/psdk/mlang.idl index 2b236c75e66..b29d87273dd 100644 --- a/reactos/include/psdk/mlang.idl +++ b/reactos/include/psdk/mlang.idl @@ -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")