summaryrefslogtreecommitdiff
path: root/src/include/port/win32ntdll.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/win32ntdll.h')
-rw-r--r--src/include/port/win32ntdll.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/port/win32ntdll.h b/src/include/port/win32ntdll.h
index 18ff6f4b415..1ce9360ec12 100644
--- a/src/include/port/win32ntdll.h
+++ b/src/include/port/win32ntdll.h
@@ -21,9 +21,9 @@
#define FLUSH_FLAGS_FILE_DATA_SYNC_ONLY 0x4
#endif
-typedef NTSTATUS (__stdcall *RtlGetLastNtStatus_t) (void);
-typedef ULONG (__stdcall *RtlNtStatusToDosError_t) (NTSTATUS);
-typedef NTSTATUS (__stdcall *NtFlushBuffersFileEx_t) (HANDLE, ULONG, PVOID, ULONG, PIO_STATUS_BLOCK);
+typedef NTSTATUS (__stdcall * RtlGetLastNtStatus_t) (void);
+typedef ULONG (__stdcall * RtlNtStatusToDosError_t) (NTSTATUS);
+typedef NTSTATUS (__stdcall * NtFlushBuffersFileEx_t) (HANDLE, ULONG, PVOID, ULONG, PIO_STATUS_BLOCK);
extern PGDLLIMPORT RtlGetLastNtStatus_t pg_RtlGetLastNtStatus;
extern PGDLLIMPORT RtlNtStatusToDosError_t pg_RtlNtStatusToDosError;