WinRT: merged with latest, official, SDL 2.x sources
This commit is contained in:
commit
6a01cdf7f3
17 changed files with 169 additions and 107 deletions
|
@ -635,8 +635,9 @@ SDL_AllocRW(void)
|
|||
area = (SDL_RWops *) SDL_malloc(sizeof *area);
|
||||
if (area == NULL) {
|
||||
SDL_OutOfMemory();
|
||||
} else {
|
||||
area->type = SDL_RWOPS_UNKNOWN;
|
||||
}
|
||||
area->type = SDL_RWOPS_UNKNOWN;
|
||||
return (area);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue