On 07/01/10 15:22, Stefan Weil wrote: > It won't fail for two reasons: > > * It is not redefined (at least for linux systems) because I used the > POSIX declaration.
This still fails with strict compiler flags. > * It is compiled only for _WIN32 (see line 95). True, but we need to move stuff out of osdep.h and into the other files as much as possible, so it is still preferred that you move it. Cheers, Jes