mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-30 06:25:29 -04:00
drop support for WDK's Windows XP targets
* Die, XP, die!!! * Also fix a Coverity warning in checksum.c
This commit is contained in:
parent
2c90a06668
commit
e4bb1a6eb8
7 changed files with 13 additions and 33 deletions
|
@ -2798,9 +2798,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine
|
|||
};
|
||||
|
||||
// Disable loading system DLLs from the current directory (sideloading mitigation)
|
||||
#ifndef DDKBUILD // WDK doesn't know about that one
|
||||
SetDllDirectoryA("");
|
||||
#endif
|
||||
|
||||
uprintf("*** " APPLICATION_NAME " init ***\n");
|
||||
PF_INIT(GetTickCount64, kernel32);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue