WSI-ICD: Fix Windows compilation error.

This commit is contained in:
Ian Elliott 2015-11-24 09:47:14 -07:00 committed by Mark Lobodzinski
parent 56f54c8a6b
commit 95bd3452f6

View File

@ -64,8 +64,8 @@ typedef struct _VkIcdSurfaceWayland {
#ifdef VK_USE_PLATFORM_WIN32_KHR
typedef struct _VkIcdSurfaceWin32 {
VkIcdSurfaceBase base;
HINSTANCE hinstance,
HWND hwnd,
HINSTANCE hinstance;
HWND hwnd;
} VkIcdSurfaceWin32;
#endif // VK_USE_PLATFORM_WIN32_KHR