mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-16 23:39:14 +00:00
Further *BSD portability.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5958 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
2d06b4114b
commit
949b873dc8
16 changed files with 50 additions and 126 deletions
3
Externals/SFML/include/SFML/Config.hpp
vendored
3
Externals/SFML/include/SFML/Config.hpp
vendored
|
@ -49,7 +49,8 @@
|
|||
// MacOS
|
||||
#define SFML_SYSTEM_MACOS
|
||||
|
||||
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
|
||||
#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || \
|
||||
defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
|
||||
// FreeBSD
|
||||
#define SFML_SYSTEM_FREEBSD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue