Mike McCormack mike@codeweavers.com writes:
if ( datasize != offset )
ERR("string table load failed! (%08x != %08lx)\n", datasize, offset );
- {
ERR("string table load failed! (%08x != %08lx), please report\n", datasize, offset );
ExitProcess(1);
- }
Surely it could fail more nicely than by killing the whole process...