forked from len0rd/rockbox
remove WIN32 usage
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@983 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0f06cf6152
commit
4a3824425e
1 changed files with 1 additions and 5 deletions
|
@ -30,12 +30,8 @@
|
||||||
|
|
||||||
#ifdef SIMULATOR
|
#ifdef SIMULATOR
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#ifdef WIN32
|
|
||||||
#include "sprintf.h"
|
|
||||||
#endif // need that for win32 as snprintf is defined nowhere
|
|
||||||
#else
|
|
||||||
#include "sprintf.h"
|
|
||||||
#endif
|
#endif
|
||||||
|
#include "sprintf.h"
|
||||||
|
|
||||||
#define TETRIS_TITLE "Tetris!"
|
#define TETRIS_TITLE "Tetris!"
|
||||||
#define TETRIS_TITLE_FONT 1
|
#define TETRIS_TITLE_FONT 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue