mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[MSI]
* Account for the fact that PID_SECURITY is defined in propidl.h with a different value. Spotted by Sylvain. CORE-6930 #resolve #comment Fixed in r58289. svn path=/trunk/; revision=58289
This commit is contained in:
@@ -34,12 +34,14 @@
|
||||
//#include "shlwapi.h"
|
||||
#include <wine/debug.h>
|
||||
#include <wine/unicode.h>
|
||||
//#include "msi.h"
|
||||
//#include "msiquery.h"
|
||||
//#include "msidefs.h"
|
||||
#include "msipriv.h"
|
||||
#include <objbase.h>
|
||||
//#include "objidl.h"
|
||||
#include <propvarutil.h>
|
||||
//#include "msi.h"
|
||||
//#include "msiquery.h"
|
||||
#include <msidefs.h>
|
||||
#include "msipriv.h"
|
||||
|
||||
#include <msiserver.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msi);
|
||||
|
||||
Reference in New Issue
Block a user