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:
Józef Kucia 2017-12-15 15:16:22 +01:00 committed by Alexandre Julliard
parent abff3ca469
commit 6671e79082

View File

@ -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 */