WinCE PE subsystem
This commit is contained in:
parent
2cb1fd6a10
commit
809f489662
1 changed files with 2 additions and 0 deletions
2
tccpe.c
2
tccpe.c
|
@ -680,6 +680,8 @@ static int pe_write(struct pe_info *pe)
|
|||
pe_header.filehdr.Characteristics = CHARACTERISTICS_DLL;
|
||||
else if (PE_GUI != pe->type)
|
||||
pe_header.opthdr.Subsystem = 3;
|
||||
if (pe->subsystem == 9) // WinCE
|
||||
pe_header.opthdr.Subsystem = 9;
|
||||
|
||||
sum = 0;
|
||||
pe_fwrite(&pe_header, sizeof pe_header, op, &sum);
|
||||
|
|
Loading…
Reference in a new issue