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 )