diff --git a/examples/stopwatch.h b/examples/stopwatch.h index 1a0cf291..de49ffe2 100644 --- a/examples/stopwatch.h +++ b/examples/stopwatch.h @@ -12,7 +12,7 @@ #ifndef WEBP_EXAMPLES_STOPWATCH_H_ #define WEBP_EXAMPLES_STOPWATCH_H_ -#ifdef _WIN32 +#if defined _WIN32 && !defined __GNUC__ #include typedef LARGE_INTEGER Stopwatch;