# HG changeset patch # User ramiro # Date 1256088339 0 # Node ID 3616c1434288c49ff5bf02a6055671923b3aec36 # Parent ed61c8ab8b08cdf0ec517b0853fb9d8c652319d0 Add comment on #endif about condition that triggers it. diff -r ed61c8ab8b08 -r 3616c1434288 os_support.h --- a/os_support.h Tue Oct 20 19:27:25 2009 +0000 +++ b/os_support.h Wed Oct 21 01:25:39 2009 +0000 @@ -32,7 +32,7 @@ #if defined(__MINGW32__) && !defined(__MINGW32CE__) # include # define lseek(f,p,w) _lseeki64((f), (p), (w)) -#endif +#endif /* defined(__MINGW32__) && !defined(__MINGW32CE__) */ static inline int is_dos_path(const char *path) {