changeset 11656 | 227718170097 |
parent 10017 | de822cd3df3a |
child 13538 | f8c0a62fa3ac |
--- a/misc/libphyslayer/physfsrwops.c Wed Apr 20 23:49:37 2016 -0400 +++ b/misc/libphyslayer/physfsrwops.c Thu Apr 21 00:09:07 2016 -0400 @@ -180,7 +180,7 @@ retval = SDL_AllocRW(); if (retval != NULL) { -#if TARGET_SDL13 +#if TARGET_SDL13 && !defined(EMSCRIPTEN) retval->size = physfsrwops_size; #endif retval->seek = physfsrwops_seek;