* winsup.h (flush_file_buffers): Declare new function.
(FLushFileBuffers): New define. * miscfuncs.cc (flush_file_buffers): Define new function.
This commit is contained in:
@@ -309,6 +309,8 @@ DWORD nice_to_winprio (int &) __attribute__ ((regparm (1)));
|
||||
bool __stdcall create_pipe (PHANDLE hr, PHANDLE, LPSECURITY_ATTRIBUTES, DWORD)
|
||||
__attribute__ ((regparm (3)));
|
||||
#define CreatePipe create_pipe
|
||||
bool __stdcall flush_file_buffers (HANDLE h) __attribute__ ((regparm (1)));
|
||||
#define FlushFileBuffers flush_file_buffers
|
||||
|
||||
/**************************** Exports ******************************/
|
||||
|
||||
|
Reference in New Issue
Block a user