summaryrefslogtreecommitdiff
path: root/storage/connect/maputil.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/maputil.h')
-rw-r--r--storage/connect/maputil.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/connect/maputil.h b/storage/connect/maputil.h
index e310488eb5d..fd62fbcfeae 100644
--- a/storage/connect/maputil.h
+++ b/storage/connect/maputil.h
@@ -7,8 +7,7 @@ extern "C" {
typedef struct {
void *memory;
- DWORD lenL;
- DWORD lenH;
+ LARGE_INTEGER sz;
} MEMMAP;
DllExport HANDLE CreateFileMap(PGLOBAL, LPCSTR, MEMMAP *, MODE, bool);