mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[MSI]
* Include msidefs.h after propidl.h to prevent that dreadful PID_SECURITY two values problem. CORE-7724 #resolve #comment Should be fixed in r61436. svn path=/trunk/; revision=61436
This commit is contained in:
parent
a2896cf4ad
commit
f1eecf0db2
1 changed files with 1 additions and 1 deletions
|
@ -40,13 +40,13 @@
|
|||
#include <wincon.h>
|
||||
#include <winver.h>
|
||||
#include <msiquery.h>
|
||||
#include <msidefs.h>
|
||||
#include <objbase.h>
|
||||
#include <msiserver.h>
|
||||
#include <shlobj.h>
|
||||
#include <shlwapi.h>
|
||||
#include <fusion.h>
|
||||
#include <sddl.h>
|
||||
#include <msidefs.h>
|
||||
|
||||
#include <wine/list.h>
|
||||
#include <wine/debug.h>
|
||||
|
|
Loading…
Reference in a new issue