mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-24 12:08:28 +00:00
rwops: Removed unused variable in Windows-specific code.
This commit is contained in:
@@ -238,7 +238,6 @@ windows_file_write(SDL_RWops *context, const void *ptr, Sint64 size)
|
|||||||
{
|
{
|
||||||
const size_t total_bytes = (size_t) size;
|
const size_t total_bytes = (size_t) size;
|
||||||
DWORD byte_written;
|
DWORD byte_written;
|
||||||
size_t nwritten;
|
|
||||||
|
|
||||||
if (context == NULL || context->hidden.windowsio.h == INVALID_HANDLE_VALUE) {
|
if (context == NULL || context->hidden.windowsio.h == INVALID_HANDLE_VALUE) {
|
||||||
return SDL_SetError("Invalid file handle");
|
return SDL_SetError("Invalid file handle");
|
||||||
|
Reference in New Issue
Block a user