update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
20
electron/node_modules/resedit/dist/resource/VersionFileOS.d.ts
generated
vendored
Normal file
20
electron/node_modules/resedit/dist/resource/VersionFileOS.d.ts
generated
vendored
Normal file
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue