win32-vd_agent/common
Christophe Fergeau 84628d5475 mingw: workaround _ftime_s bug
mingw has a _ftime_s prototype in its headers, but no corresponding
symbol available at link time. Workaround this issue for now by
 #defining it to _ftime. This is untested on win64 where the workaround
may not be needed.
2012-03-01 12:59:05 +01:00
..
stdint.h mingw: don't redefine SIZE_MAX 2012-02-23 19:03:25 +01:00
vdcommon.h mingw: use gcc attributes for struct packing 2012-02-23 19:03:25 +01:00
vdlog.cpp mingw: fix format string warnings 2012-02-23 19:03:25 +01:00
vdlog.h mingw: workaround _ftime_s bug 2012-03-01 12:59:05 +01:00