Commit 75be67c6 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Conformance tests must not include wine/debug.h.

parent 016ac887
......@@ -21,6 +21,8 @@
#include <stdarg.h>
#include <stdio.h>
#define COBJMACROS
#include "windef.h"
#include "winbase.h"
#include "wtypes.h"
......@@ -34,7 +36,6 @@
#include "wine/unicode.h"
#include "wine/test.h"
#include "wine/debug.h"
IMalloc *ppM;
......
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