build: Add "crosstest" target for tests cross-compilation.

This commit is contained in:
Józef Kucia
2016-09-21 12:57:24 +02:00
parent 978584a238
commit 6bebee9a09
7 changed files with 142 additions and 6 deletions

View File

@@ -182,7 +182,15 @@ typedef struct SECURITY_ATTRIBUTES SECURITY_ATTRIBUTES;
# define IsEqualGUID(guid1, guid2) (!memcmp(guid1, guid2, sizeof(GUID)))
#endif
#elif !defined(__WIDL__)
# include <windows.h>
# ifndef __C89_NAMELESS
# define __C89_NAMELESS
# define __C89_NAMELESSUNIONNAME
# endif /* __C89_NAMELESS */
#endif /* _WIN32 */
#endif /* __VKD3D_WINDOWS_H */