mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 16:53:45 +00:00
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:
parent
495edaf0e6
commit
bccf77e454
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
3
reactos/include/reactos/wine/windef.h
Normal file
3
reactos/include/reactos/wine/windef.h
Normal file
|
@ -0,0 +1,3 @@
|
|||
#include "../../psdk/windef.h"
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue