mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
build: Add "crosstest" target for tests cross-compilation.
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user