Mac OS X Devil: Make sure we include our own header files last so that our definition of bool is used

This commit is contained in:
Elias Naur 2005-05-17 07:43:40 +00:00
parent 348d9922b4
commit d67949edb2
3 changed files with 3 additions and 6 deletions

View File

@ -1,5 +1,3 @@
#include "extil.h"
/* Handle to devil Library */
#ifdef _WIN32
static HMODULE devILhandle;
@ -13,6 +11,7 @@ static void* devILhandle;
#include <string.h>
const struct mach_header* devILhandle = NULL;
#endif
#include "extil.h"
/**
* Retrieves a function pointer from the devil library

View File

@ -1,5 +1,3 @@
#include "extilu.h"
/* Handle to ilu Library */
#ifdef _WIN32
static HMODULE devILUhandle;
@ -15,6 +13,7 @@ static void* devILUhandle;
extern const struct mach_header* devILhandle;
static const struct mach_header* devILUhandle; // never actually used, just makes it shut up
#endif
#include "extilu.h"
/**
* Retrieves a function pointer from the ilu library

View File

@ -1,5 +1,3 @@
#include "extilut.h"
/* Handle to ilut Library */
#ifdef _WIN32
static HMODULE devILUThandle;
@ -15,6 +13,7 @@ static void* devILUThandle;
extern const struct mach_header* devILhandle;
static const struct mach_header* devILUThandle; // never actually used, just makes it shut up
#endif
#include "extilut.h"
/**
* Retrieves a function pointer from the ilut library