reactos/modules/rostests/apitests/user32/precomp.h
2017-12-02 22:18:06 +01:00

19 lines
371 B
C

#ifndef _USER32_APITEST_PRECOMP_H_
#define _USER32_APITEST_PRECOMP_H_
#define WIN32_NO_STATUS
#include <assert.h>
#include <stdio.h>
#include <apitest.h>
#include <wingdi.h>
#include <winuser.h>
#include <msgtrace.h>
#include <user32testhelpers.h>
#include <undocuser.h>
#include "resource.h"
#define DESKTOP_ALL_ACCESS 0x01ff
#endif /* _USER32_APITEST_PRECOMP_H_ */