mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
readd LANGID until I figured out were wine moved the declaration to
svn path=/trunk/; revision=39592
This commit is contained in:
parent
338cbdcb9e
commit
597413065a
3 changed files with 3 additions and 1 deletions
|
@ -29,6 +29,7 @@ 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")
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
|
@ -27,7 +27,7 @@ extern "C" {
|
||||||
#include <wincrypt.h>
|
#include <wincrypt.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef unsigned long MSIHANDLE;
|
typedef ULONG MSIHANDLE;
|
||||||
|
|
||||||
typedef enum tagINSTALLSTATE
|
typedef enum tagINSTALLSTATE
|
||||||
{
|
{
|
||||||
|
|
|
@ -47,6 +47,7 @@ typedef enum tagMSICOSTTREE
|
||||||
|
|
||||||
typedef enum tagMSIMODIFY
|
typedef enum tagMSIMODIFY
|
||||||
{
|
{
|
||||||
|
MSIMODIFY_SEEK = -1,
|
||||||
MSIMODIFY_REFRESH = 0,
|
MSIMODIFY_REFRESH = 0,
|
||||||
MSIMODIFY_INSERT = 1,
|
MSIMODIFY_INSERT = 1,
|
||||||
MSIMODIFY_UPDATE = 2,
|
MSIMODIFY_UPDATE = 2,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue