mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-11-01 08:30:53 +00:00
fix build of internal qsort in win32
This commit is contained in:
parent
15ae50177a
commit
1cc4f4e326
3 changed files with 11 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue