Author: cfinck Date: Sun Sep 21 12:01:55 2008 New Revision: 36385
URL: http://svn.reactos.org/svn/reactos?rev=36385&view=rev Log: Forgot these files, sorry...
Modified: trunk/reactos/include/psdk/msi.h trunk/reactos/include/psdk/msidefs.h trunk/reactos/include/psdk/msiquery.h
Modified: trunk/reactos/include/psdk/msi.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/msi.h?rev=3638... ============================================================================== --- trunk/reactos/include/psdk/msi.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/msi.h [iso-8859-1] Sun Sep 21 12:01:55 2008 @@ -421,10 +421,6 @@ UINT WINAPI MsiOpenProductW(LPCWSTR, MSIHANDLE*); #define MsiOpenProduct WINELIB_NAME_AW(MsiOpenProduct)
-UINT WINAPI MsiProvideComponentFromDescriptorA(LPCSTR,LPSTR,DWORD*,DWORD*); -UINT WINAPI MsiProvideComponentFromDescriptorW(LPCWSTR,LPWSTR,DWORD*,DWORD*); -#define MsiProvideComponentFromDescriptor WINELIB_NAME_AW(MsiProvideComponentFromDescriptor) - UINT WINAPI MsiGetProductPropertyA(MSIHANDLE,LPCSTR,LPSTR,LPDWORD); UINT WINAPI MsiGetProductPropertyW(MSIHANDLE,LPCWSTR,LPWSTR,LPDWORD); #define MsiGetProductProperty WINELIB_NAME_AW(MsiGetProductProperty)
Modified: trunk/reactos/include/psdk/msidefs.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/msidefs.h?rev=... ============================================================================== --- trunk/reactos/include/psdk/msidefs.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/msidefs.h [iso-8859-1] Sun Sep 21 12:01:55 2008 @@ -18,10 +18,6 @@
#ifndef __WINE_MSIDEFS_H #define __WINE_MSIDEFS_H - -#ifdef __cplusplus -extern "C" { -#endif
enum msidbUpgradeAttributes { msidbUpgradeAttributesMigrateFeatures = 0x0000001, @@ -209,6 +205,14 @@ { msidbAssemblyAttributesURT = 0x00000000, msidbAssemblyAttributesWin32 = 0x00000001, +}; + +enum msidbSumInfoSourceType +{ + msidbSumInfoSourceTypeSFN = 0x00000001, + msidbSumInfoSourceTypeCompressed = 0x00000002, + msidbSumInfoSourceTypeAdminImage = 0x00000004, + msidbSumInfoSourceTypeLUAPackage = 0x00000008, };
/* @@ -254,8 +258,4 @@ #define PID_MSISOURCE PID_WORDCOUNT #define PID_MSIRESTRICT PID_CHARCOUNT
-#ifdef __cplusplus -} -#endif - #endif /* __WINE_MSIDEFS_H */
Modified: trunk/reactos/include/psdk/msiquery.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/msiquery.h?rev... ============================================================================== --- trunk/reactos/include/psdk/msiquery.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/msiquery.h [iso-8859-1] Sun Sep 21 12:01:55 2008 @@ -61,7 +61,7 @@ MSIMODIFY_VALIDATE_DELETE = 11 } MSIMODIFY;
-#ifndef __WINESRC__ +#ifndef WINE_NO_UNICODE_MACROS #define MSIDBOPEN_READONLY (LPCTSTR)0 #define MSIDBOPEN_TRANSACT (LPCTSTR)1 #define MSIDBOPEN_DIRECT (LPCTSTR)2 @@ -74,6 +74,8 @@ #define MSIDBOPEN_CREATE (LPCWSTR)3 #define MSIDBOPEN_CREATEDIRECT (LPCWSTR)4 #endif + +#define MSIDBOPEN_PATCHFILE 32 / sizeof(*MSIDBOPEN_READONLY)
typedef enum tagMSIRUNMODE {