Changes to get msi based installers mostly working

ConvertStringSecurityDescriptorToSecurityDescriptor[W/A] - implement based on Winehq code
InitiateSystemShutdownExW - add stub from Wine
Convert registry source file to use Wine debugging Macros

svn path=/trunk/; revision=17410
This commit is contained in:
Steven Edwards 2005-08-16 05:17:06 +00:00
parent 51cbaf1419
commit 3bea619a9a
6 changed files with 759 additions and 58 deletions

View file

@ -14,6 +14,7 @@
/* PSDK/NDK Headers */
#include <windows.h>
#include <accctrl.h>
#include <sddl.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>