fixed some warnings and compilation under mingw :
- replaced _MSC_VER by _WIN32 define - removed search.h include (not available here and tsearch() doesn't seem to be used anyway)
This commit is contained in:
parent
94b05cfdaa
commit
8b313e5121
9 changed files with 13 additions and 16 deletions
|
@ -1,6 +1,5 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <search.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "ltask.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue