25 #ifndef SFML_VIDEOMODESUPPORT_HPP
26 #define SFML_VIDEOMODESUPPORT_HPP
31 #include <SFML/Config.hpp>
34 #if defined(SFML_SYSTEM_WINDOWS)
36 #include <SFML/Window/Win32/VideoModeSupport.hpp>
38 #elif defined(SFML_SYSTEM_LINUX) || defined(SFML_SYSTEM_FREEBSD)
40 #include <SFML/Window/Linux/VideoModeSupport.hpp>
42 #elif defined(SFML_SYSTEM_MACOS)
44 #include <SFML/Window/Cocoa/VideoModeSupport.hpp>
49 #endif // SFML_VIDEOMODESUPPORT_HPP