From 30baf5107fb41148291505ed93c893732e29a8c5 Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Thu, 20 Nov 2008 15:02:42 +0000 Subject: [PATCH] - Correct a header guard svn path=/trunk/; revision=37483 --- reactos/include/psdk/mlang.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")