mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +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:
parent
5b8e0f3d80
commit
5bb23410f9
1 changed files with 6 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue