From cda9d8450dd0d15f5f017a47aa3ebb778ea9a2da Mon Sep 17 00:00:00 2001 From: Mark Young Date: Wed, 13 Jan 2016 13:47:16 -0700 Subject: Win32: Get 32-bit Windows build working Also includes changes to allow simultaneous 32-bit and 64-bit Windows builds. --- loader/wsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader/wsi.c') diff --git a/loader/wsi.c b/loader/wsi.c index 584e3e69..d482d54f 100644 --- a/loader/wsi.c +++ b/loader/wsi.c @@ -203,7 +203,7 @@ VKAPI_ATTR void VKAPI_CALL loader_DestroySurfaceKHR( { struct loader_instance *ptr_instance = loader_get_instance(instance); - loader_heap_free(ptr_instance, surface); + loader_heap_free(ptr_instance, (void *)surface); } /* -- cgit v1.2.3