Changeset 3011 for box/trunk/lib
- Timestamp:
- 08/10/2011 13:41:28 (8 months ago)
- Location:
- box/trunk/lib
- Files:
-
- 2 edited
-
common/BoxConfig-MSVC.h (modified) (1 diff)
-
win32/emu.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/common/BoxConfig-MSVC.h
r2067 r3011 76 76 /* Define to 1 if you have the <execinfo.h> header file. */ 77 77 /* #undef HAVE_EXECINFO_H */ 78 79 /* Define to 1 if you have the <fcntl.h> header file. */ 80 #define HAVE_FCNTL_H 1 78 81 79 82 /* Define to 1 if you have the `flock' function. */ -
box/trunk/lib/win32/emu.h
r3009 r3011 15 15 #if ! defined EMU_INCLUDE && defined WIN32 16 16 #define EMU_INCLUDE 17 18 // Need feature detection macros below 19 #include "../common/BoxConfig.h" 17 20 18 21 // Shut up stupid new warnings. Thanks MinGW! Ever heard of "compatibility"? … … 451 454 // [https://stat.ethz.ch/pipermail/r-devel/2005-May/033339.html] 452 455 #ifndef HAVE_FTRUNCATE 453 int ftruncate(int, off_t);456 extern "C" int ftruncate(int, off_t); 454 457 inline int ftruncate(int __fd, off_t __length) 455 458 {
Note: See TracChangeset
for help on using the changeset viewer.
