summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-01-25 12:15:25 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-01-25 12:15:25 +0000
commit60e8f4f9885d3cffb6cb7aa3b0e09a3fed0d3c84 (patch)
treebb0f192ecc3f8c5074a462035d59bb5d6eda810a /firmware/export/lcd.h
parentc9bded807b727f2da977837ed4975a721ceabd5c (diff)
downloadrockbox-60e8f4f9885d3cffb6cb7aa3b0e09a3fed0d3c84.tar.gz
rockbox-60e8f4f9885d3cffb6cb7aa3b0e09a3fed0d3c84.zip
First steps towards SDL sim for windows
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8449 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/lcd.h')
-rw-r--r--firmware/export/lcd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 7fcae6edf1..2779bd9c95 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -29,7 +29,9 @@
29 29
30#ifdef SIMULATOR 30#ifdef SIMULATOR
31#define lcd_icon(x,y) sim_lcd_icon(x,y) 31#define lcd_icon(x,y) sim_lcd_icon(x,y)
32#ifndef MAX_PATH
32#define MAX_PATH 260 33#define MAX_PATH 260
34#endif
33#else 35#else
34#include "file.h" /* for MAX_PATH; FIXME: Why does this not work for sims? */ 36#include "file.h" /* for MAX_PATH; FIXME: Why does this not work for sims? */
35#endif 37#endif