mirror of
https://github.com/reactos/reactos.git
synced 2026-09-14 05:41:02 +08: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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user