mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
Include ntdll_misc.h to get the GetCurrentProcess/ThreadId macros.
This commit is contained in:
parent
91f234f267
commit
3ec73af37f
@ -55,6 +55,7 @@
|
||||
#include "wine/library.h"
|
||||
#include "wine/server.h"
|
||||
#include "winerror.h"
|
||||
#include "ntdll_misc.h"
|
||||
|
||||
/* Some versions of glibc don't define this */
|
||||
#ifndef SCM_RIGHTS
|
||||
|
@ -47,6 +47,7 @@
|
||||
#include "wine/library.h"
|
||||
#include "wine/server.h"
|
||||
#include "wine/debug.h"
|
||||
#include "ntdll_misc.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(virtual);
|
||||
WINE_DECLARE_DEBUG_CHANNEL(module);
|
||||
|
Loading…
Reference in New Issue
Block a user