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:
Gregory Montoir 2005-04-08 22:29:06 +00:00
parent 94b05cfdaa
commit 8b313e5121
9 changed files with 13 additions and 16 deletions

View file

@ -1,6 +1,5 @@
#include <stdlib.h>
#include <stdio.h>
#include <search.h>
#include <assert.h>
#include "ltask.h"