mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 00:02:28 +00:00
Initial import
This commit is contained in:
commit
c91b3c5006
14915 changed files with 590219 additions and 0 deletions
19
libc/nt/enum/startf.h
Normal file
19
libc/nt/enum/startf.h
Normal file
|
@ -0,0 +1,19 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_NT_ENUM_STARTF_H_
|
||||
#define COSMOPOLITAN_LIBC_NT_ENUM_STARTF_H_
|
||||
|
||||
#define kNtStartfUseshowwindow 0x00000001 /* otherwise wShowWindow ignored */
|
||||
#define kNtStartfUsesize 0x00000002 /* otherwise dwX / dwY ignored */
|
||||
#define kNtStartfUseposition 0x00000004 /* otherwise dwX/YSize ignored */
|
||||
#define kNtStartfUsecountchars 0x00000008 /* otherwise dwX/YCountChars ign. */
|
||||
#define kNtStartfUsefillattribute 0x00000010 /* etc. */
|
||||
#define kNtStartfRunfullscreen 0x00000020
|
||||
#define kNtStartfForceonfeedback 0x00000040
|
||||
#define kNtStartfForceofffeedback 0x00000080
|
||||
#define kNtStartfUsestdhandles 0x00000100 /* otherwise hStd... ignored */
|
||||
#define kNtStartfUsehotkey 0x00000200
|
||||
#define kNtStartfTitleislinkname 0x00000800
|
||||
#define kNtStartfTitleisappid 0x00001000
|
||||
#define kNtStartfPreventpinning 0x00002000
|
||||
#define kNtStartfUntrustedsource 0x00008000
|
||||
|
||||
#endif /* COSMOPOLITAN_LIBC_NT_ENUM_STARTF_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue