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

oldstable
Pavel Roskin 2003-10-08 22:34:37 +00:00 committed by Alexandre Julliard
parent 633e379eb9
commit e5e1844d24
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
#include "winnt.h"
#include "winternl.h"
#include "excpt.h"
#include "ntdll_misc.h"
WINE_DECLARE_DEBUG_CHANNEL(tid);