From df4b9df830b295c4baee47765c7927009e60247e Mon Sep 17 00:00:00 2001 From: janwas Date: Thu, 3 Jun 2004 18:46:21 +0000 Subject: [PATCH] fixed reference to since removed hrt.h This was SVN commit r393. --- source/lib/sysdep/ia32.cpp | 3 ++- source/lib/sysdep/win/wposix.cpp | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/source/lib/sysdep/ia32.cpp b/source/lib/sysdep/ia32.cpp index 7ef8fc91da..15cd054807 100755 --- a/source/lib/sysdep/ia32.cpp +++ b/source/lib/sysdep/ia32.cpp @@ -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 diff --git a/source/lib/sysdep/win/wposix.cpp b/source/lib/sysdep/win/wposix.cpp index 25ee623280..9fc4f2e56a 100755 --- a/source/lib/sysdep/win/wposix.cpp +++ b/source/lib/sysdep/win/wposix.cpp @@ -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)