mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-19 09:25:12 -04:00
[ui] add drag and drop support
* This feature is only available for Vista or later * Closes #316 * Closes #668
This commit is contained in:
parent
b4128c5ac3
commit
96f421f7d2
3 changed files with 50 additions and 7 deletions
|
@ -283,7 +283,6 @@ const char* StrError(DWORD error_code, BOOL use_default_locale)
|
|||
return ret;
|
||||
}
|
||||
|
||||
|
||||
BOOL WriteFileWithRetry(HANDLE hFile, LPCVOID lpBuffer, DWORD nNumberOfBytesToWrite,
|
||||
LPDWORD lpNumberOfBytesWritten, DWORD nNumRetries)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue