summaryrefslogtreecommitdiff
path: root/src/pal/inc/pal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/inc/pal.h')
-rw-r--r--src/pal/inc/pal.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/pal/inc/pal.h b/src/pal/inc/pal.h
index f89798ceab..d5587b9f41 100644
--- a/src/pal/inc/pal.h
+++ b/src/pal/inc/pal.h
@@ -873,7 +873,13 @@ SetFileAttributesW(
#define SetFileAttributes SetFileAttributesA
#endif
-typedef LPVOID LPOVERLAPPED; // diff from winbase.h
+typedef struct _OVERLAPPED {
+ ULONG_PTR Internal;
+ ULONG_PTR InternalHigh;
+ DWORD Offset;
+ DWORD OffsetHigh;
+ HANDLE hEvent;
+} OVERLAPPED, *LPOVERLAPPED;
PALIMPORT
BOOL