diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/ntapi_hash_table.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/internal/ntapi_hash_table.h b/src/internal/ntapi_hash_table.h index 0fc43a6..1eacf88 100644 --- a/src/internal/ntapi_hash_table.h +++ b/src/internal/ntapi_hash_table.h @@ -39,6 +39,7 @@ {0x1c0197e6, (233)}, /* ZwAllocateUuids */ \ {0x1c7a90a1, (5)}, /* ZwQuerySecurityObject */ \ {0x1cf668c5, (194)}, /* ZwQueryKey */ \ + {0x21b850be, (250)}, /* _snprintf */ \ {0x2259fc62, (2)}, /* ZwDuplicateObject */ \ {0x24e09c64, (18)}, /* ZwSystemDebugControl */ \ {0x255bf138, (142)}, /* ZwReplyWaitReplyPort */ \ @@ -261,6 +262,6 @@ {0xf425639c, (104)}, /* ZwOpenMutant */ \ {0xfde47817, (94)}, /* ZwSetEvent */ \ -#define __NT_IMPORTED_SYMBOLS_ARRAY_SIZE 250 +#define __NT_IMPORTED_SYMBOLS_ARRAY_SIZE 251 #endif |