9 lines
363 B
C++
9 lines
363 B
C++
#define CopyFile(...) __imp_CopyFileW(__VA_ARGS__)
|
|
extern typeof(CopyFile) *const __imp_CopyFileW __msabi;
|
|
|
|
#define FlushFileBuffers(...) __imp_FlushFileBuffers(__VA_ARGS__)
|
|
extern typeof(FlushFileBuffers) *const __imp_FlushFileBuffers __msabi;
|
|
|
|
#define GetFileType(...) __imp_GetFileType(__VA_ARGS__)
|
|
extern typeof(GetFileType) *const __imp_GetFileType __msabi;
|