server: Fix va_list compile error.
This commit is contained in:
parent
9561d6e29c
commit
4fabe112d7
|
@ -26,6 +26,7 @@
|
|||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "ntstatus.h"
|
||||
#define WIN32_NO_STATUS
|
||||
|
|
Loading…
Reference in New Issue