4 lines
138 B
PHP
4 lines
138 B
PHP
|
#define FlushFileBuffers(...) __imp_FlushFileBuffers(__VA_ARGS__)
|
||
|
|
||
|
extern typeof(FlushFileBuffers) *const __imp_FlushFileBuffers __msabi;
|