mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -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
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
#include "../../psdk/windef.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user