[ui] add drag and drop support

* This feature is only available for Vista or later
* Closes #316
* Closes #668
This commit is contained in:
SeymourApps 2016-01-15 17:20:45 +00:00 committed by Pete Batard
parent b4128c5ac3
commit 96f421f7d2
3 changed files with 50 additions and 7 deletions

View file

@ -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)
{