Browse Source

Fix OSX build.

aghl
Night Owl 8 years ago
parent
commit
60121750c9
  1. 3
      dlls/aghl/agglobal.cpp

3
dlls/aghl/agglobal.cpp

@ -735,6 +735,9 @@ char* AgOSVersion() @@ -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…
Cancel
Save