summaryrefslogtreecommitdiffhomepage
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-06-30 21:00:27 -0400
committermidipix <writeonce@midipix.org>2016-06-30 21:04:09 -0400
commit0d6a53e7b766bdc3e579fab95a921ed0010014ad (patch)
treef8fd811c1912ee6ec3a39b84f47fefdf5e62f350 /src/internal
parent47cc6e11b1911d2acc60bfae6d6ef446b41bb801 (diff)
downloadntapi-0d6a53e7b766bdc3e579fab95a921ed0010014ad.tar.bz2
ntapi-0d6a53e7b766bdc3e579fab95a921ed0010014ad.tar.xz
nt_string.h, ntapi_vtbl: added vsprintf and vsnprintf (via ntdll).
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/ntapi_hash_table.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/internal/ntapi_hash_table.h b/src/internal/ntapi_hash_table.h
index 1eacf88..2dad1ad 100644
--- a/src/internal/ntapi_hash_table.h
+++ b/src/internal/ntapi_hash_table.h
@@ -133,9 +133,11 @@
{0x78327b0d, (173)}, /* ZwSetVolumeInformationFile */ \
{0x78a28538, (80)}, /* ZwAdjustPrivilegesToken */ \
{0x7b9f9b64, (182)}, /* ZwOpenKey */ \
+ {0x7c868d67, (252)}, /* _vsnprintf */ \
{0x7ccd8968, (138)}, /* ZwCompleteConnectPort */ \
{0x7dfb3677, (169)}, /* ZwSetEaFile */ \
{0x7e21039a, (87)}, /* ZwCreateTimer */ \
+ {0x7e92a7a6, (251)}, /* vsprintf */ \
{0x7ec723c2, (122)}, /* ZwQueryPerformanceCounter */ \
{0x7f99ab33, (145)}, /* ZwReadRequestData */ \
{0x81b18dcd, (21)}, /* ZwQueryVirtualMemory */ \
@@ -262,6 +264,6 @@
{0xf425639c, (104)}, /* ZwOpenMutant */ \
{0xfde47817, (94)}, /* ZwSetEvent */ \
-#define __NT_IMPORTED_SYMBOLS_ARRAY_SIZE 251
+#define __NT_IMPORTED_SYMBOLS_ARRAY_SIZE 253
#endif