1
0
Fork 0
forked from len0rd/rockbox

Fix name collision on misc.h between zxbox and core.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13420 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2007-05-19 19:13:56 +00:00
parent a352c62ad0
commit 52986fb79e
9 changed files with 15 additions and 53 deletions

View file

@ -1,4 +1,4 @@
/*
/*
* Copyright (C) 1996-1998 Szeredi Miklos
* Email: mszeredi@inf.bme.hu
*
@ -18,7 +18,7 @@
*
*/
#include "misc.h"
#include "zxmisc.h"
#include "helpers.h"
#include "spperif.h"
#include "z80.h"