[PATCH v3] winbase.h: Add CREATE_IGNORE_SYSTEM_DEFAULT.

Serge Gautherie winehq-git_serge_180711 at gautherie.fr
Mon May 3 06:29:39 CDT 2021


Signed-off-by: Serge Gautherie <winehq-git_serge_180711 at gautherie.fr>
---
Exists since at least P.SDK 2003 R2.
---
 include/winbase.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/winbase.h b/include/winbase.h
index 11a92fa..5e35c31 100644
--- a/include/winbase.h
+++ b/include/winbase.h
@@ -679,6 +679,7 @@ typedef struct _PROCESS_INFORMATION{
 #define PROFILE_USER                      0x10000000
 #define PROFILE_KERNEL                    0x20000000
 #define PROFILE_SERVER                    0x40000000
+#define CREATE_IGNORE_SYSTEM_DEFAULT      0x80000000
 
 #define STACK_SIZE_PARAM_IS_A_RESERVATION 0x00010000
 
-- 
2.10.0.windows.1




More information about the wine-devel mailing list