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

5
main.c
View File

@@ -23,10 +23,9 @@
#include "erreurs.h"
#include "readini.h"
#include "saveini.h"
#include "linux.h"
#ifdef __linux__
#include "linux.h" //Fichier avec diverses fonctions qui existaient sous dos mais pas sous linux...
#else
#ifndef __linux__
#include <windows.h>
#include <shlwapi.h>
#define chdir(dir) SetCurrentDirectory(dir)