mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-24 19:54:25 -04:00
[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:
parent
b24347d47e
commit
0defc28b09
3 changed files with 20 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue