2020-08-25 04:23:25 -07:00
|
|
|
#define CreateFileMappingNuma(...) __imp_CreateFileMappingNumaW(__VA_ARGS__)
|
|
|
|
#define MapViewOfFileExNuma(...) __imp_MapViewOfFileExNuma(__VA_ARGS__)
|
|
|
|
#define FlushViewOfFile(...) __imp_FlushViewOfFile(__VA_ARGS__)
|
|
|
|
#define UnmapViewOfFile(...) __imp_UnmapViewOfFile(__VA_ARGS__)
|
|
|
|
|
2022-03-16 13:33:13 -07:00
|
|
|
extern typeof(LocalFree) *const __imp_LocalFree __msabi;
|
|
|
|
extern typeof(VirtualProtect) *const __imp_VirtualProtect __msabi;
|
2020-08-25 04:23:25 -07:00
|
|
|
extern typeof(UnmapViewOfFile) *const __imp_UnmapViewOfFile __msabi;
|
|
|
|
extern typeof(FlushViewOfFile) *const __imp_FlushViewOfFile __msabi;
|
|
|
|
extern typeof(MapViewOfFileExNuma) *const __imp_MapViewOfFileExNuma __msabi;
|
|
|
|
extern typeof(CreateFileMappingNuma) *const
|
|
|
|
__imp_CreateFileMappingNumaW __msabi;
|