mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-24 10:52:11 +00:00
fixed reference to since removed hrt.h
This was SVN commit r393.
This commit is contained in:
@@ -24,8 +24,9 @@
|
||||
#include "detect.h"
|
||||
#include "timer.h"
|
||||
|
||||
// HACK (see call to wtime_reset_impl)
|
||||
#ifdef _WIN32
|
||||
#include "win/hrt.h"
|
||||
#include "win/wtime.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@@ -24,9 +24,6 @@
|
||||
|
||||
#include "lib.h"
|
||||
#include "win_internal.h"
|
||||
#include "hrt.h"
|
||||
|
||||
// waio included via lib -> posix -> wposix
|
||||
|
||||
|
||||
static HANDLE mk_handle(intptr_t i)
|
||||
|
||||
Reference in New Issue
Block a user