1
0
Fork 0
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:
Dominik Wenger 2009-05-28 16:42:32 +00:00
parent 8b8741fe7c
commit bebc8587cf
2 changed files with 5 additions and 2 deletions

View file

@ -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"

View file

@ -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 */
/*