fix build of internal qsort in win32

0.96
aCaB 16 years ago
parent 15ae50177a
commit 1cc4f4e326
  1. 4
      ChangeLog
  2. 3
      libclamav/qsort.c
  3. 4
      win32/libclamav.vcproj

@ -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)
---------------------------------
* libclamav: replace qsort implementation and optimize its common

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

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

Loading…
Cancel
Save