forked from len0rd/rockbox
Misc: Compiling under SDL2 uncovered a few issues unrelated to SDL itself
Change-Id: I625d5dd02d3f70bc6484a8641eafdaf13812f4a7
This commit is contained in:
parent
bc56e9a9dc
commit
6ed8b9091c
3 changed files with 11 additions and 5 deletions
|
@ -30,7 +30,7 @@
|
|||
#include "memset16.h"
|
||||
|
||||
#if defined(WIN32) || defined(APPLICATION) \
|
||||
|| defined(__PCTOOL__)
|
||||
|| defined(__PCTOOL__) || defined(SIMULATOR)
|
||||
#ifndef mempcpy
|
||||
#define mempcpy __builtin_mempcpy
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue