platform/shared/ruby/wince/sys/timeb.h in rhodes-3.3.5 vs platform/shared/ruby/wince/sys/timeb.h in rhodes-3.4.2

- old
+ new

@@ -15,9 +15,10 @@ #ifdef __cplusplus extern "C" { #endif int ftime(struct timeb *tp); +int _ftime(struct timeb *tp); #ifdef __cplusplus }; #endif