fix build of internal qsort in win32

This commit is contained in:
aCaB 2009-11-16 23:16:56 +01:00
parent 15ae50177a
commit 1cc4f4e326
3 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Mon Nov 16 23:15:37 CET 2009 (acab)
-----------------------------------
* libclamav: add qsort to the win32 build
Mon Nov 16 19:26:53 CET 2009 (tk) Mon Nov 16 19:26:53 CET 2009 (tk)
--------------------------------- ---------------------------------
* libclamav: replace qsort implementation and optimize its common * libclamav: replace qsort implementation and optimize its common

View file

@ -26,6 +26,9 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#if HAVE_CONFIG_H
#include "clamav-config.h"
#endif
#include <stdlib.h> #include <stdlib.h>

View file

@ -396,6 +396,10 @@
RelativePath=".\3rdparty\pthreads\pthread.c" RelativePath=".\3rdparty\pthreads\pthread.c"
> >
</File> </File>
<File
RelativePath="..\libclamav\qsort.c"
>
</File>
<File <File
RelativePath="..\libclamav\readdb.c" RelativePath="..\libclamav\readdb.c"
> >