mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-13 20:13:45 +03:00
Fix macOS build (#146)
* Fix macOS build * Fix *BSD build * Add missing *BSD include
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include <windows.h>
|
||||
#elif defined( OSX )
|
||||
#include <Carbon/Carbon.h>
|
||||
#elif defined( LINUX ) || defined(BSD)
|
||||
#elif defined( LINUX ) || defined(PLATFORM_BSD)
|
||||
//#error
|
||||
#elif defined( _X360 )
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user