[10694] Use portable ACE way msecs time value calculation

Avoid use unsafe code for non-Windows platforms
Thanks to Marik for research the problem and Ambal for helping me with this patch
This commit is contained in:
SilverIce 2010-11-08 01:02:57 +02:00
parent e9869e7470
commit bb3663d94f
2 changed files with 5 additions and 22 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10693"
#define REVISION_NR "10694"
#endif // __REVISION_NR_H__