1
0
Fork 0
forked from len0rd/rockbox

Oops, use the mem* function wrapper macro to make gcc happy

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17300 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2008-05-01 19:47:54 +00:00
parent ddae6a242c
commit 1f7a72f311

View file

@ -283,6 +283,7 @@ PLUGIN_HEADER
#endif #endif
static struct plugin_api* rb; static struct plugin_api* rb;
MEM_FUNCTION_WRAPPERS(rb);
enum { enum {
basicButtons, basicButtons,