From eec485a660682fc709d8e27c88e9d76315e5dcdf Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Fri, 3 Feb 2006 14:29:59 +0000 Subject: [PATCH] Harbour 64 bits required fix --- harbour/source/rtl/filesys.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/harbour/source/rtl/filesys.c b/harbour/source/rtl/filesys.c index 6714b59a76..eca64bb466 100644 --- a/harbour/source/rtl/filesys.c +++ b/harbour/source/rtl/filesys.c @@ -271,7 +271,7 @@ static BOOL s_fUseWaitLocks = TRUE; #endif #endif - + #ifndef _WIN64 /* MSVC64 already provides these funtions */ __inline void * LongToHandle( const long h ) { return((void *) (INT_PTR) h ); @@ -281,6 +281,7 @@ static BOOL s_fUseWaitLocks = TRUE; { return((long) h ); } + #endif #endif HANDLE DostoWinHandle( FHANDLE fHandle )