forked from len0rd/rockbox
pdbox: new patch from wincent balin. make m_memory.c work in rockbox.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21117 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8b8741fe7c
commit
bebc8587cf
2 changed files with 5 additions and 2 deletions
|
@ -2,8 +2,13 @@
|
|||
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
|
||||
* WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
|
||||
|
||||
#ifdef ROCKBOX
|
||||
#include "plugin.h"
|
||||
#define memset rb->memset
|
||||
#else /* ROCKBOX */
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#endif /* ROCKBOX */
|
||||
#include "m_pd.h"
|
||||
#include "m_imp.h"
|
||||
|
||||
|
|
|
@ -35,9 +35,7 @@ PDa/src/m_class.c
|
|||
PDa/src/m_obj.c
|
||||
PDa/src/m_atom.c
|
||||
*/
|
||||
/*
|
||||
PDa/src/m_memory.c
|
||||
*/
|
||||
|
||||
/* PDa/src/m_binbuf.c Does not compile, file handling stuff */
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue