mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-04 08:29:50 -04:00
[core] handle search improvements
* Fix memory leaks due to not releasing the heap * Also speed up lookups by not reopening the same process twice in a row * Also make the usb_debug variable global so we can use uuprintf everywhere
This commit is contained in:
parent
fec0813073
commit
d1927ac1ef
7 changed files with 304 additions and 66 deletions
|
@ -32,7 +32,6 @@
|
|||
|
||||
#include "settings.h"
|
||||
|
||||
extern BOOL usb_debug; // For uuprintf
|
||||
int nWindowsVersion = WINDOWS_UNDEFINED;
|
||||
int nWindowsBuildNumber = -1;
|
||||
char WindowsVersionStr[128] = "Windows ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue