Include ntdll_misc.h to get the GetCurrentProcess/ThreadId macros.
This commit is contained in:
parent
633e379eb9
commit
e5e1844d24
|
@ -40,6 +40,7 @@
|
|||
#include "winnt.h"
|
||||
#include "winternl.h"
|
||||
#include "excpt.h"
|
||||
#include "ntdll_misc.h"
|
||||
|
||||
WINE_DECLARE_DEBUG_CHANNEL(tid);
|
||||
|
||||
|
|
Loading…
Reference in New Issue