# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1335918223 0 # Node ID 90d02916b878d52e4f7360216bef875cbee56f76 # Parent 31f16da1052adf15d1f8d79691a16fa28d3dd6c6 Strange for some reason we are including compat.h instead of config.h? diff -r 31f16da1052a -r 90d02916b878 dwcompat.h --- a/dwcompat.h Wed May 02 00:11:15 2012 +0000 +++ b/dwcompat.h Wed May 02 00:23:43 2012 +0000 @@ -6,7 +6,7 @@ /* This header includes and defines everything needed for a given OS/compiler */ #if defined(__UNIX__) || defined(__MAC__) #ifdef BUILD_DLL -#include "compat.h" +#include "config.h" #endif /* Attempt to include 64 bit file functions on various unix flavors */