winetsts build fix

- add needed #includes to test.h
- add windef.h including psdk/windef.h

svn path=/trunk/; revision=26559
This commit is contained in:
Timo Kreuzer 2007-04-28 08:58:18 +00:00
parent 495edaf0e6
commit bccf77e454
2 changed files with 5 additions and 0 deletions

View file

@ -25,6 +25,8 @@
#include <stdlib.h>
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
#include <winreg.h>
#ifdef __WINE_WINE_LIBRARY_H
#error wine/library.h should not be used in Wine tests

View file

@ -0,0 +1,3 @@
#include "../../psdk/windef.h"