Skip to content

Commit

Permalink
Bug 1462727 - Make WindowsMapRemoteView.cpp work with April 2018 Upda…
Browse files Browse the repository at this point in the history
…te SDK. r=aklotz

MozReview-Commit-ID: DtzFeCmbGqO
  • Loading branch information
vyv03354 committed May 18, 2018
1 parent b66e83b commit 60072ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mozglue/misc/WindowsMapRemoteView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@

// MapViewOfFile2 is just an inline function that calls MapViewOfFileNuma2 with
// its preferred node set to NUMA_NO_PREFERRED_NODE
PVOID WINAPI
WINBASEAPI PVOID WINAPI
MapViewOfFileNuma2(HANDLE aFileMapping, HANDLE aProcess, ULONG64 aOffset,
PVOID aBaseAddress, SIZE_T aViewSize, ULONG aAllocationType,
ULONG aPageProtection, ULONG aPreferredNode);

BOOL WINAPI
WINBASEAPI BOOL WINAPI
UnmapViewOfFile2(HANDLE aProcess, PVOID aBaseAddress, ULONG aUnmapFlags);

#endif // (NTDDI_VERSION < NTDDI_WIN10_RS2)
Expand Down

0 comments on commit 60072ba

Please sign in to comment.