mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
build: fix bundled SFML includes for Win32
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
@@ -25,7 +25,7 @@
|
||||
////////////////////////////////////////////////////////////
|
||||
// Headers
|
||||
////////////////////////////////////////////////////////////
|
||||
#include "../../SFML/Network/SocketImpl.hpp"
|
||||
#include "../SocketImpl.hpp"
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -27,7 +27,7 @@
|
||||
////////////////////////////////////////////////////////////
|
||||
// Headers
|
||||
////////////////////////////////////////////////////////////
|
||||
#include "../../../include/SFML/Config.hpp"
|
||||
#include "../../../../include/SFML/Config.hpp"
|
||||
|
||||
namespace sf
|
||||
{
|
||||
|
Reference in New Issue
Block a user