mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 13:01:40 +00:00
18 lines
320 B
C
18 lines
320 B
C
|
|
#ifndef _USER32_WINETEST_PRECOMP_H_
|
|
#define _USER32_WINETEST_PRECOMP_H_
|
|
|
|
#include <assert.h>
|
|
#include <stdarg.h>
|
|
#include <stdio.h>
|
|
|
|
#define STRICT
|
|
#define WINE_NOWINSOCK
|
|
#include <windows.h>
|
|
|
|
#define WINE_NO_INLINE_RECT
|
|
#include <wine/test.h>
|
|
|
|
#include <reactos/undocuser.h>
|
|
|
|
#endif /* !_USER32_WINETEST_PRECOMP_H_ */
|