Hi Steve, > > /* Ensure that <windows.h> declares GetFileSizeEx. */ > +#if !defined(_WIN32_WINNT) || _WIN32_WINNT < 0x0500 > # undef _WIN32_WINNT > # define _WIN32_WINNT _WIN32_WINNT_WIN2K > +#endif >
What do you gain by this? What does it bring to compile this code with a higher _WIN32_WINNT value? Bruno