summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ntapi/nt_ldr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ntapi/nt_ldr.h b/include/ntapi/nt_ldr.h
index b438b34..0c15472 100644
--- a/include/ntapi/nt_ldr.h
+++ b/include/ntapi/nt_ldr.h
@@ -20,7 +20,7 @@ typedef int32_t __stdcall ntapi_ldr_unload_dll(
typedef int32_t __stdcall ntapi_ldr_load_system_dll(
__in void * hsysdir __optional,
__in wchar16_t * base_name,
- __in uint32_t base_name_size,
+ __in uint16_t base_name_size,
__in uint32_t * image_flags __optional,
__out void ** image_base);