mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Hopefully fix most of the errors and warnings from the last push
Change-Id: I1a466b2d55f120796910039a0296ca324c58e891
This commit is contained in:
parent
17a007bc60
commit
f3d60aea34
8 changed files with 33 additions and 10 deletions
|
@ -28,7 +28,8 @@
|
|||
#include "strtok_r.h"
|
||||
#include "memset16.h"
|
||||
|
||||
#if defined(WIN32) || defined(APPLICATION)
|
||||
#if defined(WIN32) || defined(APPLICATION) \
|
||||
|| defined(__PCTOOL__)
|
||||
#ifndef mempcpy
|
||||
#define mempcpy __builtin_mempcpy
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue