From 60e8f4f9885d3cffb6cb7aa3b0e09a3fed0d3c84 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 25 Jan 2006 12:15:25 +0000 Subject: First steps towards SDL sim for windows git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8449 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/lcd.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/lcd.h') 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 @@ #ifdef SIMULATOR #define lcd_icon(x,y) sim_lcd_icon(x,y) +#ifndef MAX_PATH #define MAX_PATH 260 +#endif #else #include "file.h" /* for MAX_PATH; FIXME: Why does this not work for sims? */ #endif -- cgit v1.2.3