Difference for plugins/common/hashtable.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 34
 
Line 34
 #include <string.h>  #include <string.h>
 #include <stdint.h>  #include <stdint.h>
   
 #ifndef WIN32  #ifdef WIN32
   #define uintptr_t long
   #include <malloc.h>
   #else
 #include <autoconf.h>  #include <autoconf.h>
 #endif  #endif
 #ifdef HAVE_LIBDMALLOC  #ifdef HAVE_LIBDMALLOC


Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:57