mirror of
https://github.com/ValveSoftware/GameNetworkingSockets.git
synced 2026-05-29 16:20:34 +00:00
09871d2dc4
Replace a bunch of non-standard defines with standard ones Don't #define POSIX in public header or test for it. Fixes #228. (We shoulkd probably also make this change to Steamworks headers.) Use IsLinux(), IsPosix(), etc instead of #ifdef LINUX or #ifdef POSIX Moved some platform socket stuff out of steamnetworkingsockets_platform.h and into platform_sockets.h. (none of this is actually particular to steamnetworkingsockets.) Some platforms don't have IPv6 support.