tccpe: typedef unsigned int DWORD for cross compilers.
commitf332bb3bcad242428eb91bd97767ca2c1c10d00f
authorgrischka <grischka>
Sat, 27 Nov 2010 14:02:57 +0000 (27 15:02 +0100)
committergrischka <grischka>
Sat, 27 Nov 2010 14:02:57 +0000 (27 15:02 +0100)
treef5b1cba52b51190c0f1b2a006c6749c83bc9677a
parent9bd69bf49fb37554d199d0040c81bea009d43092
tccpe: typedef unsigned int DWORD for cross compilers.

This fixes the i386-win32-tcc cross-compiler on x86-64 linux
platform.

I verified that it produces identical binaries for 'hello_win.exe'
and 'tcc.exe' (tcc compiled by itself) compared to the output of
the native tcc on windows.
tccpe.c