mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 00:55:13 -04:00
Merge pull request #1364 from G10h4ck/safer_time
Use safer rstime_t instead of time_t
This commit is contained in:
commit
09b109d522
240 changed files with 966 additions and 939 deletions
|
@ -28,7 +28,7 @@
|
|||
#include <sys/time.h>
|
||||
|
||||
#ifdef WINDOWS_SYS
|
||||
#include <time.h>
|
||||
#include "util/rstime.h"
|
||||
#include <sys/timeb.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue