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
_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel
