include: Define LANGID in wtypes.idl.

This commit is contained in:
Alexandre Julliard 2009-02-04 15:06:25 +01:00
parent aa20ee6b45
commit 4e29ceeb77
4 changed files with 1 additions and 8 deletions

View File

@ -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")
[ [

View File

@ -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;

View File

@ -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")

View File

@ -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;