build: fix bundled SFML includes for Win32

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover
2025-07-18 18:32:42 +00:00
parent 23a3d0b20f
commit 4d4c06b26b
4 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,7 @@
#if defined(SFML_SYSTEM_WINDOWS)
#include "../../../include/SFML/System/Win32/WindowsHeader.hpp"
#include "../System/Win32/WindowsHeader.hpp"
#include <winsock2.h>
#include <ws2tcpip.h>

View File

@@ -25,7 +25,7 @@
////////////////////////////////////////////////////////////
// Headers
////////////////////////////////////////////////////////////
#include "../../SFML/Network/SocketImpl.hpp"
#include "../SocketImpl.hpp"
#include <cstdint>

View File

@@ -25,9 +25,9 @@
////////////////////////////////////////////////////////////
// Headers
////////////////////////////////////////////////////////////
#include "../../../include/SFML/System/Time.hpp"
#include "../../../include/SFML/System/Win32/SleepImpl.hpp"
#include "../../../include/SFML/System/Win32/WindowsHeader.hpp"
#include "../../../../include/SFML/System/Time.hpp"
#include "SleepImpl.hpp"
#include "WindowsHeader.hpp"
#include <mmsystem.h>

View File

@@ -27,7 +27,7 @@
////////////////////////////////////////////////////////////
// Headers
////////////////////////////////////////////////////////////
#include "../../../include/SFML/Config.hpp"
#include "../../../../include/SFML/Config.hpp"
namespace sf
{