mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:13:01 +00:00
[SDK] Introduce winbase_undoc.h for undocumented exported kernel32 definitions (#8019)
This header is based on the following files from the official Windows 10.0.10240.0 PSDK, a copy of which can be found at: - https://github.com/tpn/winsdk-10/blob/master/Include/10.0.10240.0/um/minwin/winbasep.h - https://github.com/tpn/winsdk-10/blob/master/Include/10.0.10240.0/um/minwin/wbasek.h
This commit is contained in:
parent
4fce13e06b
commit
6696d40cfc
16 changed files with 65 additions and 25 deletions
|
@ -536,6 +536,9 @@ extern "C" {
|
|||
#define STARTF_TITLEISAPPID 0x00001000
|
||||
#define STARTF_PREVENTPINNING 0x00002000
|
||||
#endif /* (WINVER >= 0x400) */
|
||||
#if (WINVER >= 0x0600)
|
||||
#define STARTF_UNTRUSTEDSOURCE 0x00008000
|
||||
#endif /* (WINVER >= 0x0600) */
|
||||
|
||||
#define TC_NORMAL 0
|
||||
#define TC_HARDERR 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue