fix to prev
This commit is contained in:
@@ -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__
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user