diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-02-15 00:02:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-02-15 00:02:37 +0000 |
commit | 2a9cb938317a6e1d216ab164dbf81f3a1109866f (patch) | |
tree | 05e65981170d6bd8ce0d7b58401b4e6b3010f7f0 /uisimulator/win32 | |
parent | 353da9ba48c359d3a876dbfe05f4125b9b411e7e (diff) |
fake the firmware's file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3270 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/win32')
-rw-r--r-- | uisimulator/win32/timefuncs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/uisimulator/win32/timefuncs.h b/uisimulator/win32/timefuncs.h new file mode 100644 index 0000000000..c1b6ef8196 --- /dev/null +++ b/uisimulator/win32/timefuncs.h @@ -0,0 +1,4 @@ +#include <time.h> + +/* struct tm defined */ +struct tm *get_time(void); |