From 2a943828287d2a861930d3facb2333c895ada205 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 13 May 2010 13:43:57 +0000 Subject: Finally rearranged the system to put all compatability files in a directory called compat. I've updated the linux and windows builds and it looks pretty good. I also added a config.h file which we have to edit by hand until I can work on build some more. Linux File operations now use 64 bit mode, windows can't, or at least, I don't feel like researching it right now. --- src/process.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/process.cpp') diff --git a/src/process.cpp b/src/process.cpp index c6c86f2..da38e64 100644 --- a/src/process.cpp +++ b/src/process.cpp @@ -15,9 +15,8 @@ #include #include -#include "bu/osx_compatibility.h" -#include "bu/win32_compatibility.h" -#include "bu/linux_compatibility.h" + +#include "bu/config.h" Bu::Process::Process( Flags eFlags, const char *sName, char *const argv[] ) : iStdIn( -1 ), -- cgit v1.2.3