From 3efc8bcc98e65dfba7981e073fd4186508e82d9d Mon Sep 17 00:00:00 2001 From: Stephan Troyer Date: Mon, 30 Nov 2020 14:00:35 +0100 Subject: [PATCH] Enable wdk build --- Sandboxie/common/my_ntdll.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Sandboxie/common/my_ntdll.c b/Sandboxie/common/my_ntdll.c index 43af09a7..ca84265f 100644 --- a/Sandboxie/common/my_ntdll.c +++ b/Sandboxie/common/my_ntdll.c @@ -32,8 +32,6 @@ typedef long NTSTATUS; // If you are missing some expected functions we probably just not added them here yet, so just add what you need. // -#define OLD_DDK - //int __cdecl __stdio_common_vswprintf(unsigned __int64 options, wchar_t *str, size_t len, const wchar_t *format, _locale_t locale, va_list valist); //int __cdecl __stdio_common_vfwprintf(unsigned __int64 options, FILE *file, const wchar_t *format, _locale_t locale, va_list valist); //int __cdecl __stdio_common_vswscanf(unsigned __int64 options, const wchar_t *input, size_t length, const wchar_t *format, _locale_t locale, va_list valist);