windows patch

This commit is contained in:
zimoch
2011-03-10 10:13:52 +00:00
parent d51d6648e0
commit 5a6d293a5f

View File

@ -29,6 +29,7 @@
#ifdef _WIN32
#define tzset() _tzset()
#define timezone _timezone
#define localtime_r(timet,tm) localtime_s(tm,timet) /* Windows sucks */
#endif
#ifdef __rtems__