Commit 0f252372 authored by Pavel Roskin's avatar Pavel Roskin Committed by Alexandre Julliard

Include ntdll_misc.h to avoid undefined reference to GetProcessHeap

when compiled without optimization.
parent 6a83224e
......@@ -36,6 +36,7 @@
#include "wine/list.h"
#include "wine/debug.h"
#include "excpt.h"
#include "ntdll_misc.h"
WINE_DEFAULT_DEBUG_CHANNEL(seh);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment