[wdk] fix _fseeki64 could not be located in msvcrt.dll on XP

* Closes #162
* Also remove unwanted SetThreadLocale() in rufus.c
This commit is contained in:
Pete Batard 2013-07-21 20:56:20 +01:00
parent b24347d47e
commit 0defc28b09
3 changed files with 20 additions and 14 deletions

View file

@ -1930,8 +1930,6 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
uprintf("*** " APPLICATION_NAME " init ***\n");
SetThreadLocale(MAKELCID(LANG_FRENCH, SUBLANG_FRENCH));
// Reattach the console, if we were started from commandline
if (AttachConsole(ATTACH_PARENT_PROCESS) != 0) {
attached_console = TRUE;