summaryrefslogtreecommitdiff
path: root/firmware/include/time.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-10-19 09:42:58 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-10-19 09:42:58 +0000
commitda153da0be485aa4b937d58ee209eda7fb342053 (patch)
tree3506b6bba4935fa252250b892d023203e54f3513 /firmware/include/time.h
parent1645d32aa38bd61806125c8d6b1c44fa3ac0f3ca (diff)
downloadrockbox-da153da0be485aa4b937d58ee209eda7fb342053.tar.gz
rockbox-da153da0be485aa4b937d58ee209eda7fb342053.zip
Patch #5166 by Robert Keevil - Last.fm logging
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11269 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/include/time.h')
-rw-r--r--firmware/include/time.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/include/time.h b/firmware/include/time.h
index cddec1e708..23f72fd93d 100644
--- a/firmware/include/time.h
+++ b/firmware/include/time.h
@@ -20,8 +20,7 @@ struct tm
20 int tm_isdst; 20 int tm_isdst;
21}; 21};
22 22
23#if defined(SIMULATOR) && !defined(_TIME_T_DEFINED) && !defined(_TIME_T_DECLARED) 23#if !defined(_TIME_T_DEFINED) && !defined(_TIME_T_DECLARED)
24/* for non-win32 simulators */
25typedef long time_t; 24typedef long time_t;
26 25
27/* this define below is used by the mingw headers to prevent duplicate 26/* this define below is used by the mingw headers to prevent duplicate