Removed a "#pragma once", made Makefile.dep be the same on all platforms.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@162 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2008-09-25 13:51:50 +00:00
parent f26c8fe9f1
commit 2a66650568
9 changed files with 33 additions and 35 deletions

View File

@@ -14,9 +14,9 @@
#include <unistd.h>
#include "erreurs.h"
#include "linux.h"
#ifdef __linux__
#include "linux.h"
#include <dirent.h>
#define isHidden(Enreg) ((Enreg)->d_name[0]=='.' && (Enreg)->d_name[1]!='\0')
#elif defined(__WATCOMC__)