fix to prev

This commit is contained in:
Viktor Szakats
2002-01-03 22:22:07 +00:00
parent 7da71414a9
commit 18001eebe1
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@
*/
#if !defined(__GNUC__) && !defined(__IBMCPP__)
void __yy_memcpy ( char*, char*, unsigned int ); /* to satisfy Borland compiler */
void __yy_memcpy ( char*, const char*, unsigned int ); /* to satisfy Borland compiler */
#endif
#ifdef __GNUC__

View File

@@ -1239,7 +1239,7 @@ void hb_fsCommit( FHANDLE hFileHandle )
#if defined(HB_OS_WIN_32)
bResult = FlushFileBuffers( ( HANDLE ) hFileHandle );
FlushFileBuffers( ( HANDLE ) hFileHandle );
s_uiErrorLast = ( USHORT ) GetLastError();
#elif defined(HB_OS_OS2)