mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-31 22:49:19 +00:00
Fix macOS build (#146)
* Fix macOS build * Fix *BSD build * Add missing *BSD include
This commit is contained in:
@@ -556,7 +556,7 @@ private:
|
||||
int m_nFullscreenViewportHeight;
|
||||
ITexture *m_pFullscreenRenderTarget;
|
||||
|
||||
#if defined(LINUX) || defined(OSX) || defined(BSD)
|
||||
#if defined(LINUX) || defined(OSX) || defined(PLATFORM_BSD)
|
||||
struct font_entry
|
||||
{
|
||||
void *data;
|
||||
|
||||
Reference in New Issue
Block a user