mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-02 07:39:54 -04:00
[wue] move WUE, Windows To Go and WinPE calls to their own source
This commit is contained in:
parent
c34cbab3b5
commit
a19828c9d1
12 changed files with 882 additions and 742 deletions
|
@ -637,7 +637,6 @@ extern char* WimMountImage(const char* image, int index);
|
|||
extern BOOL WimUnmountImage(const char* image, int index);
|
||||
extern int8_t IsBootableImage(const char* path);
|
||||
extern BOOL AppendVHDFooter(const char* vhd_path);
|
||||
extern int SetWinToGoIndex(void);
|
||||
extern int IsHDD(DWORD DriveIndex, uint16_t vid, uint16_t pid, const char* strid);
|
||||
extern char* GetSignatureName(const char* path, const char* country_code, BOOL bSilent);
|
||||
extern uint64_t GetSignatureTimeStamp(const char* path);
|
||||
|
@ -670,7 +669,6 @@ extern HANDLE CreatePreallocatedFile(const char* lpFileName, DWORD dwDesiredAcce
|
|||
DWORD dwFlagsAndAttributes, LONGLONG fileSize);
|
||||
#define GetTextWidth(hDlg, id) GetTextSize(GetDlgItem(hDlg, id), NULL).cx
|
||||
|
||||
DWORD WINAPI FormatThread(void* param);
|
||||
DWORD WINAPI SaveImageThread(void* param);
|
||||
DWORD WINAPI SumThread(void* param);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue