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