General cleanup of EMX things

SVN revision: 4139
This commit is contained in:
Platon Fomichev 2001-01-20 11:41:31 +00:00
parent 0b364a1705
commit fa3a7dafa1
2 changed files with 3 additions and 11 deletions

View File

@ -3,14 +3,14 @@
#include <stdio.h>
#include <stdlib.h>
#ifdef __EMX__
#include <sys/types.h>
#endif
#include <unistd.h>
#include <config.h>
#ifdef WITH_DMALLOC
# include <dmalloc.h>
#endif
#ifdef __EMX__
#include <sys/types.h>
#endif
#define DATABIG unsigned long long
#define DATA64 unsigned long long
@ -36,8 +36,4 @@ if ((y + h) > ((yy) + (hh))) {h = (hh) - (y - yy);}
extern char *__XOS2RedirRoot(const char *);
#endif
#ifdef __EMX__
extern char *__XOS2RedirRoot(const char *);
#endif
#endif

View File

@ -13,10 +13,6 @@
#include "file.h"
#include "loaderpath.h"
#ifdef __EMX__
extern char *__XOS2RedirRoot(const char *);
#endif
static ImlibImage *images = NULL;
#ifndef X_DISPLAY_MISSING
static ImlibImagePixmap *pixmaps = NULL;