mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-11-01 12:47:52 +00:00
Merge pull request #33 from lioncash/redefs
core: Kill off type redefenitions in armdefs.h
This commit is contained in:
commit
f4f505c76c
1 changed files with 0 additions and 7 deletions
|
@ -70,13 +70,6 @@
|
|||
#define LOWHIGH 1
|
||||
#define HIGHLOW 2
|
||||
|
||||
#ifndef u8
|
||||
#define u8 unsigned char
|
||||
#define u16 unsigned short
|
||||
#define u32 unsigned int
|
||||
#define u64 unsigned long long
|
||||
#endif /*u8 */
|
||||
|
||||
//teawater add DBCT_TEST_SPEED 2005.10.04---------------------------------------
|
||||
#include <signal.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue