src/win32.cpp
branchNewGRF_ports
changeset 10994 cd9968b6f96b
parent 10991 d8811e327d12
--- a/src/win32.cpp	Tue Jun 17 10:32:49 2008 +0000
+++ b/src/win32.cpp	Tue Jun 17 13:22:13 2008 +0000
@@ -474,7 +474,7 @@
 
 	_ident = GetTickCount(); // something pretty unique
 
-	MakeCRCTable((uint32*)alloca(256 * sizeof(uint32)));
+	MakeCRCTable(AllocaM(uint32, 256));
 	_crash_msg = output = (char*)LocalAlloc(LMEM_FIXED, 8192);
 
 	{