summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-12 17:57:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-12 17:57:49 +0000
commit4a3824425e7e1bdd8c6f4a2da7da86d9b5a60b44 (patch)
tree49d33a74ab6c5d9c4bbeda60b94e6d5e5995d473
parent0f06cf6152d6ad9ff4f8988e0a815318d8920199 (diff)
downloadrockbox-4a3824425e7e1bdd8c6f4a2da7da86d9b5a60b44.tar.gz
rockbox-4a3824425e7e1bdd8c6f4a2da7da86d9b5a60b44.zip
remove WIN32 usage
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@983 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/recorder/tetris.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/recorder/tetris.c b/apps/recorder/tetris.c
index ac32b19661..6d627cb95f 100644
--- a/apps/recorder/tetris.c
+++ b/apps/recorder/tetris.c
@@ -30,12 +30,8 @@
30 30
31#ifdef SIMULATOR 31#ifdef SIMULATOR
32#include <stdio.h> 32#include <stdio.h>
33#ifdef WIN32
34#include "sprintf.h"
35#endif // need that for win32 as snprintf is defined nowhere
36#else
37#include "sprintf.h"
38#endif 33#endif
34#include "sprintf.h"
39 35
40#define TETRIS_TITLE "Tetris!" 36#define TETRIS_TITLE "Tetris!"
41#define TETRIS_TITLE_FONT 1 37#define TETRIS_TITLE_FONT 1