cosmopolitan/libc/nt/thunk/files.inc
2020-06-15 07:18:57 -07:00

3 lines
138 B
C++

#define FlushFileBuffers(...) __imp_FlushFileBuffers(__VA_ARGS__)
extern typeof(FlushFileBuffers) *const __imp_FlushFileBuffers __msabi;