Build: Unify MSBuild options in props files
This commit is contained in:
@ -55,7 +55,11 @@ bool LoadVulkanLibrary()
|
||||
return true;
|
||||
}
|
||||
|
||||
#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SYSTEM | WINAPI_PARTITION_GAMES)
|
||||
vulkan_module = LoadLibraryA("vulkan-1.dll");
|
||||
#else
|
||||
vulkan_module = NULL;
|
||||
#endif
|
||||
if (!vulkan_module)
|
||||
{
|
||||
std::fprintf(stderr, "Failed to load vulkan-1.dll\n");
|
||||
|
||||
Reference in New Issue
Block a user