Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:rhabacker:linkedprojecttest
mingw32-vulkan-headers
0001-Fix-warning-Please-include-winsock2.h-befo...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Fix-warning-Please-include-winsock2.h-before-windows.patch of Package mingw32-vulkan-headers
From 89f41d2193898330406e41abfa674d002fc21772 Mon Sep 17 00:00:00 2001 From: Ralf Habacker <ralf.habacker@freenet.de> Date: Wed, 22 Feb 2023 14:41:10 +0100 Subject: [PATCH] Fix warning 'Please include winsock2.h before windows.h' in vulkan-loader package --- include/vulkan/vulkan.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/vulkan/vulkan.h b/include/vulkan/vulkan.h index 3510ac9..2de52ff 100644 --- a/include/vulkan/vulkan.h +++ b/include/vulkan/vulkan.h @@ -43,6 +43,7 @@ #ifdef VK_USE_PLATFORM_WIN32_KHR +#include <winsock2.h> #include <windows.h> #include "vulkan_win32.h" #endif -- 2.39.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor