summaryrefslogtreecommitdiffhomepage
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-06-30 19:04:08 -0400
committermidipix <writeonce@midipix.org>2016-06-30 20:40:38 -0400
commit3e65dd723c030ddbac5729e690bbb057cb29c57e (patch)
tree4b6b113899eb003e469b20f69b361c1f1c41fd54 /src/internal
parentcc0351a872968560f0bc151b4c3044f447cb71ab (diff)
downloadntapi-3e65dd723c030ddbac5729e690bbb057cb29c57e.tar.bz2
ntapi-3e65dd723c030ddbac5729e690bbb057cb29c57e.tar.xz
nt_string.h, ntapi_vtbl: added snprintf (via ntdll).
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/ntapi_hash_table.h3
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