mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-18 17:14:41 -04:00
parent
cd911ad738
commit
7b3b96cd9e
8 changed files with 73 additions and 39 deletions
|
@ -32,7 +32,7 @@
|
|||
/* Program options */
|
||||
#define RUFUS_DEBUG // print debug info to Debug facility
|
||||
/* Features not ready for prime time and that may *DESTROY* your data - USE AT YOUR OWN RISKS! */
|
||||
#define RUFUS_TEST
|
||||
// #define RUFUS_TEST
|
||||
/* Languages for which translators are M.I.A. and that we could use help with */
|
||||
#define LOST_TRANSLATORS { "ms-MY" } // NB: locales MUST be <= 5 chars
|
||||
/* Probability of getting the M.I.A. translator message. For more on this, see LostTranslatorCheck() */
|
||||
|
@ -449,6 +449,7 @@ extern BOOL IsBootableImage(const char* path);
|
|||
extern BOOL AppendVHDFooter(const char* vhd_path);
|
||||
extern int IsHDD(DWORD DriveIndex, uint16_t vid, uint16_t pid, const char* strid);
|
||||
extern void LostTranslatorCheck(void);
|
||||
extern LONG ValidateSignature(HWND hDlg, const char* path);
|
||||
|
||||
DWORD WINAPI FormatThread(void* param);
|
||||
DWORD WINAPI SaveImageThread(void* param);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue