reactos/sdk
Hermès Bélusca-Maïto 3736938030
[PSDK] winbase.h: Add other missing CreateProcess() dwCreationFlags values
Vista:
  INHERIT_CALLER_PRIORITY
  CREATE_PROTECTED_PROCESS
  EXTENDED_STARTUPINFO_PRESENT
  PROCESS_MODE_BACKGROUND_BEGIN
  PROCESS_MODE_BACKGROUND_END

Win7: INHERIT_PARENT_AFFINITY

Win 10.0.17134.0 (Redstone 4): CREATE_SECURE_PROCESS

References:
https://abi-laboratory.pro/compatibility/Windows_5.0_to_Windows_6.0/x86_64/headers_diff/kernel32.dll/diff.html
https://abi-laboratory.pro/compatibility/Windows_6.0_to_Windows_7.0/x86_64/headers_diff/kernel32.dll/diff.html
https://github.com/hughbe/windows-sdk-headers
2024-10-25 22:27:37 +02:00
..
cmake [CMAKE] Silence warnings about unused variables on release builds 2024-10-25 14:37:52 +03:00
include [PSDK] winbase.h: Add other missing CreateProcess() dwCreationFlags values 2024-10-25 22:27:37 +02:00
lib [CPPRT] Add cpprt for GCC, tool 2024-10-24 18:39:50 +03:00
tools [REACTOS] Improve handling of non-standard names 2024-10-20 14:12:25 +03:00