Add va function

This commit is contained in:
momo5502
2022-04-05 18:17:39 +02:00
parent 1f986d5588
commit 4f2b1e79a7
3 changed files with 24 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
#include <ntddk.h>
#include <intrin.h>
#include <Ntstrsafe.h>
#pragma warning(push)
#pragma warning(disable: 4201)