comparison cpudetect.c @ 28594:df67d03dde3b

Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: mem.c:32:5: warning: "HAVE_MALLOC_H" is not defined
author diego
date Tue, 17 Feb 2009 11:16:19 +0000
parents 6629e391d52d
children 156862492c61
comparison
equal deleted inserted replaced
28593:94d9e6403ee4 28594:df67d03dde3b
2 #include "cpudetect.h" 2 #include "cpudetect.h"
3 #include "mp_msg.h" 3 #include "mp_msg.h"
4 4
5 CpuCaps gCpuCaps; 5 CpuCaps gCpuCaps;
6 6
7 #ifdef HAVE_MALLOC_H 7 #if HAVE_MALLOC_H
8 #include <malloc.h> 8 #include <malloc.h>
9 #endif 9 #endif
10 #include <stdlib.h> 10 #include <stdlib.h>
11 11
12 #if ARCH_X86 12 #if ARCH_X86