comparison dwcompat.h @ 1695:90d02916b878

Strange for some reason we are including compat.h instead of config.h?
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 02 May 2012 00:23:43 +0000
parents de4b88ee7ad8
children b217cf9161c7
comparison
equal deleted inserted replaced
1694:31f16da1052a 1695:90d02916b878
4 #define _DWCOMPAT_H 4 #define _DWCOMPAT_H
5 5
6 /* This header includes and defines everything needed for a given OS/compiler */ 6 /* This header includes and defines everything needed for a given OS/compiler */
7 #if defined(__UNIX__) || defined(__MAC__) 7 #if defined(__UNIX__) || defined(__MAC__)
8 #ifdef BUILD_DLL 8 #ifdef BUILD_DLL
9 #include "compat.h" 9 #include "config.h"
10 #endif 10 #endif
11 11
12 /* Attempt to include 64 bit file functions on various unix flavors */ 12 /* Attempt to include 64 bit file functions on various unix flavors */
13 #ifndef _FILE_OFFSET_BITS 13 #ifndef _FILE_OFFSET_BITS
14 #define _FILE_OFFSET_BITS 64 14 #define _FILE_OFFSET_BITS 64