* 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:
Amine Khaldi 2013-12-27 09:56:20 +00:00
parent a2896cf4ad
commit f1eecf0db2

View file

@ -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>