mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-24 19:54:25 -04:00
[misc] miscellaneous cleanup
* move Spanish translation to its expected location * set gitattributes for the loc file * update license, factorize is_x64(), remove unwanted messages
This commit is contained in:
parent
5deaddaab7
commit
f97f60d55a
9 changed files with 436 additions and 431 deletions
|
@ -32,7 +32,7 @@
|
|||
int nWindowsVersion = WINDOWS_UNDEFINED;
|
||||
char WindowsVersionStr[128] = "Windows ";
|
||||
|
||||
static BOOL is_x64(void)
|
||||
BOOL is_x64(void)
|
||||
{
|
||||
BOOL ret = FALSE;
|
||||
BOOL (__stdcall *pIsWow64Process)(HANDLE, PBOOL) = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue