Fixed crash in MemoryUtils::ResolveSymbol() on OS X Lion (10.7) (bug 4951, r=dvander).

This commit is contained in:
Scott Ehlert
2011-06-15 16:02:05 -05:00
parent e8fbe0f36c
commit 4c878c4963
4 changed files with 45 additions and 9 deletions
+1 -1
View File
@@ -33,12 +33,12 @@
#include <sm_platform.h>
#include <string.h>
#include "common_logic.h"
#include "ThreadSupport.h"
#include "TextParsers.h"
#include "Profiler.h"
#include "sm_crc32.h"
#include "MemoryUtils.h"
#include "stringutil.h"
#include "ThreadSupport.h"
#include "Translator.h"
#include "GameConfigs.h"