Added missing NONAMELESSSTRUCT/UNION.
This commit is contained in:
parent
fbef57c0ce
commit
6d4aeeca5e
|
@ -38,6 +38,9 @@
|
|||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
|
||||
#define NONAMELESSUNION
|
||||
#define NONAMELESSSTRUCT
|
||||
|
||||
#include "winternl.h"
|
||||
#include "async.h"
|
||||
#include "thread.h"
|
||||
|
|
Loading…
Reference in New Issue