mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
readd LANGID until I figured out were wine moved the declaration to
svn path=/trunk/; revision=39592
This commit is contained in:
@@ -29,6 +29,7 @@ typedef int INSTALLMESSAGE;
|
||||
typedef int MSICONDITION;
|
||||
typedef int MSIRUNMODE;
|
||||
typedef int INSTALLSTATE;
|
||||
typedef WORD LANGID;
|
||||
cpp_quote("#endif")
|
||||
|
||||
[
|
||||
|
||||
@@ -27,7 +27,7 @@ extern "C" {
|
||||
#include <wincrypt.h>
|
||||
#endif
|
||||
|
||||
typedef unsigned long MSIHANDLE;
|
||||
typedef ULONG MSIHANDLE;
|
||||
|
||||
typedef enum tagINSTALLSTATE
|
||||
{
|
||||
|
||||
@@ -47,6 +47,7 @@ typedef enum tagMSICOSTTREE
|
||||
|
||||
typedef enum tagMSIMODIFY
|
||||
{
|
||||
MSIMODIFY_SEEK = -1,
|
||||
MSIMODIFY_REFRESH = 0,
|
||||
MSIMODIFY_INSERT = 1,
|
||||
MSIMODIFY_UPDATE = 2,
|
||||
|
||||
Reference in New Issue
Block a user