Include ntdll_misc.h to get the GetCurrentProcess/ThreadId macros.

This commit is contained in:
Pavel Roskin 2003-10-08 19:11:08 +00:00 committed by Alexandre Julliard
parent 91f234f267
commit 3ec73af37f
2 changed files with 2 additions and 0 deletions

View File

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

View File

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