DixiE 79ec08fe2f Fix Compiler Error When Using wWinMain Entry-Point
The fix for #6715 introduced a new compiler error when attempting to use
wWinMain as the application entry-point.

The Windows API often relies on implicit casts between signed and
unsigned variables. In this case, wWinMain returns an INT despite the
fact this value is intended to feed into ExitProcess, which expects a
UINT, so I've restored the bitcast from #5613.
2020-10-22 19:50:06 -04:00
..
2020-10-18 18:24:36 +02:00
2020-09-11 20:02:41 -04:00
2020-10-20 23:27:12 +03:00
2020-09-04 05:15:03 +03:00
2020-09-11 20:02:41 -04:00
2020-10-19 15:15:43 +02:00
2020-10-07 04:34:09 -04:00
2020-10-17 21:06:54 -04:00
2020-10-17 17:52:09 -07:00
2020-10-18 18:24:36 +02:00
2020-09-04 22:49:14 +03:00
2020-09-22 05:12:21 -07:00