Conformance tests must not include wine/debug.h.

This commit is contained in:
Francois Gouget 2004-10-07 02:59:11 +00:00 committed by Alexandre Julliard
parent 016ac8877b
commit 75be67c6c0

View file

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