readd LANGID until I figured out were wine moved the declaration to

svn path=/trunk/; revision=39592
This commit is contained in:
Christoph von Wittich 2009-02-13 18:20:42 +00:00
parent 338cbdcb9e
commit 597413065a
3 changed files with 3 additions and 1 deletions

View file

@ -29,6 +29,7 @@ typedef int INSTALLMESSAGE;
typedef int MSICONDITION;
typedef int MSIRUNMODE;
typedef int INSTALLSTATE;
typedef WORD LANGID;
cpp_quote("#endif")
[

View file

@ -27,7 +27,7 @@ extern "C" {
#include <wincrypt.h>
#endif
typedef unsigned long MSIHANDLE;
typedef ULONG MSIHANDLE;
typedef enum tagINSTALLSTATE
{

View file

@ -47,6 +47,7 @@ typedef enum tagMSICOSTTREE
typedef enum tagMSIMODIFY
{
MSIMODIFY_SEEK = -1,
MSIMODIFY_REFRESH = 0,
MSIMODIFY_INSERT = 1,
MSIMODIFY_UPDATE = 2,