svkaiser / Doom64EX

Doom64EX is a reverse-engineering project aimed to recreate Doom64 as close as possible with additional modding features.
http://doom64ex.wordpress.com/
GNU General Public License v2.0
237 stars 49 forks source link

Fix build on FreeBSD #115

Open pkubaj opened 1 year ago

pkubaj commented 1 year ago
  1. FreeBSD also uses sys/endian.h.
  2. FreeBSD uses bswapX() functions instead of __bswap_X().