Files
gtk/gdk
Chun-wei Fan 77e1d0c0c9 gdk/gdkvulkancontext.c: Fix 32-bit Windows builds
The callback function that is used by VkDebugReportCallbackCreateInfoEXT
is decorated with VKAPI_CALL (which is __stdcall on Windows).  This is
not detected on x64 Windows as __stdcall is not really meaningful on x64
Windows, and VKAPI_CALL expands to nothing on non-Windows.

As __stdcall functions are treated differently on 32-bit Windows, the
32-bit compiler does require that the function be declared as __stdcall
so that things will compile, link and run properly.

https://bugzilla.gnome.org/show_bug.cgi?id-773299
2017-06-06 00:06:35 +08:00
..
2017-05-03 15:10:56 +01:00
2017-05-03 14:47:14 +01:00
2017-01-08 03:46:30 +01:00
2017-01-18 04:13:56 +01:00
2016-10-24 09:18:53 +02:00
2016-10-24 09:18:53 +02:00
2016-08-23 21:01:44 +02:00
2016-08-23 21:01:44 +02:00
2016-08-23 21:01:44 +02:00
2016-10-16 18:17:21 +02:00
2016-12-09 14:59:46 -05:00
2016-12-05 15:02:47 +01:00
2016-04-30 21:06:38 -04:00
2016-12-09 18:35:51 +01:00
2017-01-19 13:21:12 -05:00
2016-05-08 15:34:28 +02:00
2016-04-27 23:18:16 -04:00
2014-08-30 00:53:21 -04:00
2016-12-09 18:35:51 +01:00
2016-12-16 12:35:03 +01:00
2017-01-08 03:46:30 +01:00
2017-05-03 15:10:51 +01:00
2017-05-03 14:54:37 +01:00