tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] In WinCE ARM should be pe.subsystem = 9;


From: grischka
Subject: Re: [Tinycc-devel] In WinCE ARM should be pe.subsystem = 9;
Date: Tue, 13 Apr 2010 19:46:46 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Timo VJ Lähde wrote:
Is that correct ?

tccpe.c 1824:

#if defined(TCC_TARGET_ARM)
           pe.subsystem = 3;
#else
           pe.subsystem = 9;
#endif

In WinCE ARM should be pe.subsystem = 9; ?

--Timppa

Looks wrong.  Maybe it was meant to be
    #if !defined(TCC_TARGET_ARM)

--- grischka





reply via email to

[Prev in Thread] Current Thread [Next in Thread]