mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-13 05:51:19 +00:00
Fix OSX build.
This commit is contained in:
parent
007bc5eab8
commit
60121750c9
@ -735,6 +735,9 @@ char* AgOSVersion()
|
||||
#ifdef _WIN32
|
||||
static char verbuf[256];
|
||||
#else
|
||||
#ifndef SYS_NMLN
|
||||
#define SYS_NMLN 256
|
||||
#endif
|
||||
static char verbuf[4*SYS_NMLN + 4];
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user