Removed Open Watcom support.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@680 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2009-03-17 12:19:55 +00:00
parent 0bef53670b
commit c6f4130efd
8 changed files with 3 additions and 914 deletions

2
aide.c
View File

@@ -638,7 +638,7 @@ void Bouton_Stats(void)
GetDiskFreeSpaceEx(Principal_Repertoire_courant,&tailleU,NULL,NULL);
Taille = tailleU.QuadPart;
}
#elif defined(__linux__) || defined(__macosx__) || defined(__FreeBSD)
#elif defined(__linux__) || defined(__macosx__) || defined(__FreeBSD__)
// Note: under MacOSX, both macros are defined anyway.
{
struct statfs Informations_Disque;