mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-06 09:31:20 -04:00
[misc] reorganize UI function calls into their own source
* Also fix ARM/ARM64 broken compilation due to missing __popcnt()
This commit is contained in:
parent
a34cb1194e
commit
05f8400451
12 changed files with 1486 additions and 1363 deletions
|
@ -428,6 +428,7 @@ extern char* image_path;
|
|||
/*
|
||||
* Shared prototypes
|
||||
*/
|
||||
extern uint8_t popcnt8(uint8_t val);
|
||||
extern void GetWindowsVersion(void);
|
||||
extern BOOL is_x64(void);
|
||||
extern const char *WindowsErrorString(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue