1
0
Fork 0
forked from len0rd/rockbox

Ensure CPU is defined.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26546 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2010-06-04 16:22:10 +00:00
parent 43fcc1e80b
commit dbfb90672b

View file

@ -1,6 +1,10 @@
#ifndef __M_FIXED_H__
#define __M_FIXED_H__
#ifdef ROCKBOX
#include "plugin.h"
#endif
typedef int t_sample;
#define t_fixed int