1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 04:26:03 +08:00

More portions of L4D2 SDK compile and link on Mac OS X (bug 4646, r=dvander).

This commit is contained in:
Scott Ehlert
2010-10-14 16:36:09 -05:00
parent 1d2bcd2337
commit f12130c3a9
33 changed files with 107 additions and 92 deletions

View File

@ -36,7 +36,7 @@ CMemoryStack::CMemoryStack()
m_pAllocLimit( NULL ),
m_pBase( NULL ),
m_maxSize( 0 ),
#if defined (_LINUX)
#if defined (_LINUX) || defined (__APPLE__)
m_alignment( 16 )
#elif defined(_WIN32)
m_alignment( 16 ),