Commit 4e29ceeb authored by Alexandre Julliard's avatar Alexandre Julliard

include: Define LANGID in wtypes.idl.

parent aa20ee6b
...@@ -29,7 +29,6 @@ typedef int INSTALLMESSAGE; ...@@ -29,7 +29,6 @@ typedef int INSTALLMESSAGE;
typedef int MSICONDITION; typedef int MSICONDITION;
typedef int MSIRUNMODE; typedef int MSIRUNMODE;
typedef int INSTALLSTATE; typedef int INSTALLSTATE;
typedef WORD LANGID;
cpp_quote("#endif") cpp_quote("#endif")
[ [
......
...@@ -24,8 +24,6 @@ cpp_quote("#include <imm.h>") ...@@ -24,8 +24,6 @@ cpp_quote("#include <imm.h>")
cpp_quote("#if 0") cpp_quote("#if 0")
typedef WORD LANGID;
typedef struct { typedef struct {
LPSTR lpReading; LPSTR lpReading;
LPSTR lpWord; LPSTR lpWord;
......
...@@ -22,11 +22,6 @@ import "unknwn.idl"; ...@@ -22,11 +22,6 @@ import "unknwn.idl";
interface IStream; interface IStream;
/* FIXME: LANGID is defined in winnt.h and mlang.h in the platform SDK */
cpp_quote("#ifndef _WINNT_")
typedef WORD LANGID;
cpp_quote("#endif")
cpp_quote("#define CPIOD_PEEK 0x40000000") cpp_quote("#define CPIOD_PEEK 0x40000000")
cpp_quote("#define CPIOD_FORCE_PROMPT 0x80000000") cpp_quote("#define CPIOD_FORCE_PROMPT 0x80000000")
......
...@@ -87,6 +87,7 @@ typedef LONG_PTR LRESULT; ...@@ -87,6 +87,7 @@ typedef LONG_PTR LRESULT;
typedef LONG HRESULT; typedef LONG HRESULT;
typedef DWORD LCID; typedef DWORD LCID;
typedef USHORT LANGID;
typedef unsigned __int64 DWORDLONG; typedef unsigned __int64 DWORDLONG;
typedef __int64 LONGLONG; typedef __int64 LONGLONG;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment