From 506cde94b66dc639f5f550849f9d8b9942832c4c Mon Sep 17 00:00:00 2001 From: smatz Date: Tue, 10 Jun 2008 21:59:22 +0000 Subject: (svn r13456) -Codechange: use AllocaM() macro instead of alloca() at most places --- src/win32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/win32.cpp') diff --git a/src/win32.cpp b/src/win32.cpp index e2e02d905..eff7b6046 100644 --- a/src/win32.cpp +++ b/src/win32.cpp @@ -474,7 +474,7 @@ static LONG WINAPI ExceptionHandler(EXCEPTION_POINTERS *ep) _ident = GetTickCount(); // something pretty unique - MakeCRCTable((uint32*)alloca(256 * sizeof(uint32))); + MakeCRCTable(AllocaM(uint32, 256)); _crash_msg = output = (char*)LocalAlloc(LMEM_FIXED, 8192); { -- cgit v1.2.3-70-g09d2