Go to the documentation of this file.
15 #ifndef OTF_PLATFORM_WIN_H
16 #define OTF_PLATFORM_WIN_H
25 # include <winsock2.h>
34 # define OTF_PATH_MAX PATH_MAX
37 # define ftello (uint64_t) _ftelli64
39 # define fseeko(f,off,orig) _fseeki64(f,(__int64)off,orig)
42 # define snprintf _snprintf
44 # pragma warning (disable : 4996)
46 int gettimeofday(
struct timeval* tv,
void* dummytimezone);
50 # error "You are using an unsupported compiler on windows."