Martin Storsjö 30bcfea6b8 Simplify ifdefs in measure_time.h
Instead of using "defined(MSC_VER) || defined(__MINGW32__)" to
indicate the windows platform, just check for the _WIN32 define
instead.

Also remove an unused codepath - the removed codepath would
only be used under the condition
"(defined(MSC_VER) || defined(__MINGW32__)) && !defined(_WIN32)",
and I'm not aware of any environment with MSVC or MinGW that
doesn't define _WIN32, thus this codepath never was used.
2014-01-27 08:08:23 +02:00
..
2014-01-05 15:04:34 +02:00
2014-01-08 17:03:00 -08:00
2014-01-25 16:12:52 +08:00
2013-12-12 14:21:12 -08:00
2014-01-08 17:03:00 -08:00
2014-01-05 15:04:34 +02:00
2014-01-03 14:49:45 +08:00
2014-01-05 15:04:34 +02:00
2013-12-12 14:21:12 -08:00
2014-01-22 18:35:50 -08:00
2014-01-05 15:04:34 +02:00
2014-01-05 15:04:34 +02:00
2014-01-05 15:04:34 +02:00
2014-01-05 15:04:34 +02:00