mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 05:11:57 +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 <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
#define COBJMACROS
|
||||||
|
|
||||||
#include "windef.h"
|
#include "windef.h"
|
||||||
#include "winbase.h"
|
#include "winbase.h"
|
||||||
#include "wtypes.h"
|
#include "wtypes.h"
|
||||||
@ -34,7 +36,6 @@
|
|||||||
|
|
||||||
#include "wine/unicode.h"
|
#include "wine/unicode.h"
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
#include "wine/debug.h"
|
|
||||||
|
|
||||||
|
|
||||||
IMalloc *ppM;
|
IMalloc *ppM;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user