mirror of
https://github.com/reactos/wine.git
synced 2025-02-19 20:31:35 +00:00
Conformance tests must not include wine/debug.h.
This commit is contained in:
parent
016ac8877b
commit
75be67c6c0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user