Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
76078855
Commit
76078855
authored
Dec 12, 2022
by
Zebediah Figura
Committed by
Alexandre Julliard
Dec 13, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add CONFIGFLAG_* definitions.
parent
027bd21b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
regstr.h
include/regstr.h
+20
-0
No files found.
include/regstr.h
View file @
76078855
...
...
@@ -30,5 +30,25 @@
/* UninstallString <= 63 chars in Windows (otherwise problems) */
#define REGSTR_VAL_UNINSTALLER_COMMANDLINE TEXT("UninstallString")
#define CONFIGFLAG_DISABLED 0x00000001
#define CONFIGFLAG_REMOVED 0x00000002
#define CONFIGFLAG_MANUAL_INSTALL 0x00000004
#define CONFIGFLAG_IGNORE_BOOT_LC 0x00000008
#define CONFIGFLAG_NET_BOOT 0x00000010
#define CONFIGFLAG_REINSTALL 0x00000020
#define CONFIGFLAG_FAILEDINSTALL 0x00000040
#define CONFIGFLAG_CANTSTOPACHILD 0x00000080
#define CONFIGFLAG_OKREMOVEROM 0x00000100
#define CONFIGFLAG_NOREMOVEEXIT 0x00000200
#define CONFIGFLAG_FINISH_INSTALL 0x00000400
#define CONFIGFLAG_NEEDS_FORCED_CONFIG 0x00000800
#define CONFIGFLAG_NETBOOT_CARD 0x00001000
#define CONFIGFLAG_PARTIAL_LOG_CONF 0x00002000
#define CONFIGFLAG_SUPPRESS_SURPRISE 0x00004000
#define CONFIGFLAG_VERIFY_HARDWARE 0x00008000
#define CONFIGFLAG_FINISHINSTALL_UI 0x00010000
#define CONFIGFLAG_FINISHINSTALL_ACTION 0x00020000
#define CONFIGFLAG_BOOT_DEVICE 0x00040000
#define CONFIGFLAG_NEEDS_CLASS_CONFIG 0x00080000
#endif
/* _INC_REGSTR_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment