mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
include: Avoid including vkd3d_windows.h when real windows.h is included.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
abff3ca469
commit
6671e79082
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
#ifndef __VKD3D_WINDOWS_H
|
#ifndef __VKD3D_WINDOWS_H
|
||||||
#define __VKD3D_WINDOWS_H
|
#define __VKD3D_WINDOWS_H
|
||||||
|
#ifndef _INC_WINDOWS
|
||||||
|
|
||||||
#if !defined(_WIN32) || defined(__WIDL__)
|
#if !defined(_WIN32) || defined(__WIDL__)
|
||||||
|
|
||||||
@ -238,4 +239,5 @@ extern "C++" \
|
|||||||
#endif
|
#endif
|
||||||
#endif /* DEFINE_ENUM_FLAG_OPERATORS */
|
#endif /* DEFINE_ENUM_FLAG_OPERATORS */
|
||||||
|
|
||||||
|
#endif /* _INC_WINDOWS */
|
||||||
#endif /* __VKD3D_WINDOWS_H */
|
#endif /* __VKD3D_WINDOWS_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user