mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-17 16:44:27 -04:00
[misc] miscellaneous cleanup
* Also add CreateWindowExU() method * Also add the 'DisableFileIndexing' to the ini template
This commit is contained in:
parent
da7a5bb30d
commit
be1bdb7c85
6 changed files with 31 additions and 14 deletions
|
@ -236,7 +236,6 @@ out:
|
|||
* Parse a localization file, to construct the list of available locales.
|
||||
* The locale file must be UTF-8 with NO BOM.
|
||||
*/
|
||||
extern char lost_translators[][6];
|
||||
BOOL get_supported_locales(const char* filename)
|
||||
{
|
||||
FILE* fd = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue