diff options
Diffstat (limited to 'src/port/win32ntdll.c')
| -rw-r--r-- | src/port/win32ntdll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/win32ntdll.c b/src/port/win32ntdll.c index ab6820fb8e5..1d3407f5a44 100644 --- a/src/port/win32ntdll.c +++ b/src/port/win32ntdll.c @@ -62,7 +62,7 @@ initialize_ntdll(void) return -1; } - *(pg_funcptr_t *) routines[i].address = address; + *routines[i].address = address; } initialized = true; |
