Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* OS values used by VersionEntry.fixedInfo field.
|
||||
*/
|
||||
declare enum VersionFileOS {
|
||||
Unknown = 0,
|
||||
_Windows16 = 1,
|
||||
_PM16 = 2,
|
||||
_PM32 = 3,
|
||||
_Windows32 = 4,
|
||||
DOS = 65536,
|
||||
OS2_16 = 131072,
|
||||
OS2_32 = 196608,
|
||||
NT = 262144,
|
||||
DOS_Windows16 = 65537,
|
||||
DOS_Windows32 = 65540,
|
||||
NT_Windows32 = 262148,
|
||||
OS2_16_PM16 = 131074,
|
||||
OS2_32_PM32 = 196611
|
||||
}
|
||||
export default VersionFileOS;
|
||||
Reference in New Issue
Block a user