Enable wdk build

This commit is contained in:
Stephan Troyer 2020-11-30 14:00:35 +01:00 committed by GitHub
parent e57d144d49
commit 3efc8bcc98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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);