2020-09-28 08:13:56 +00:00
|
|
|
#define CopyFile(...) __imp_CopyFileW(__VA_ARGS__)
|
2020-08-25 11:23:25 +00:00
|
|
|
extern typeof(CopyFile) *const __imp_CopyFileW __msabi;
|
2020-09-28 08:13:56 +00:00
|
|
|
|
|
|
|
#define FlushFileBuffers(...) __imp_FlushFileBuffers(__VA_ARGS__)
|
2020-06-15 14:18:57 +00:00
|
|
|
extern typeof(FlushFileBuffers) *const __imp_FlushFileBuffers __msabi;
|
2020-09-28 08:13:56 +00:00
|
|
|
|
|
|
|
#define GetFileType(...) __imp_GetFileType(__VA_ARGS__)
|
|
|
|
extern typeof(GetFileType) *const __imp_GetFileType __msabi;
|