mirror of
https://github.com/holub/mame
synced 2025-04-09 18:17:44 +03:00
Fix cross compiling benchmarks
This commit is contained in:
parent
69cb6f828c
commit
1c0852d3d4
2
3rdparty/benchmark/src/colorprint.cc
vendored
2
3rdparty/benchmark/src/colorprint.cc
vendored
@ -24,7 +24,7 @@
|
||||
#include "internal_macros.h"
|
||||
|
||||
#ifdef BENCHMARK_OS_WINDOWS
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
namespace benchmark {
|
||||
|
2
3rdparty/benchmark/src/sleep.cc
vendored
2
3rdparty/benchmark/src/sleep.cc
vendored
@ -20,7 +20,7 @@
|
||||
#include "internal_macros.h"
|
||||
|
||||
#ifdef BENCHMARK_OS_WINDOWS
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
namespace benchmark {
|
||||
|
6
3rdparty/benchmark/src/sysinfo.cc
vendored
6
3rdparty/benchmark/src/sysinfo.cc
vendored
@ -16,9 +16,9 @@
|
||||
#include "internal_macros.h"
|
||||
|
||||
#ifdef BENCHMARK_OS_WINDOWS
|
||||
#include <Shlwapi.h>
|
||||
#include <Windows.h>
|
||||
#include <VersionHelpers.h>
|
||||
#include <shlwapi.h>
|
||||
#include <windows.h>
|
||||
#include <versionhelpers.h>
|
||||
#else
|
||||
#include <fcntl.h>
|
||||
#include <sys/resource.h>
|
||||
|
6
3rdparty/benchmark/src/timers.cc
vendored
6
3rdparty/benchmark/src/timers.cc
vendored
@ -16,9 +16,9 @@
|
||||
#include "internal_macros.h"
|
||||
|
||||
#ifdef BENCHMARK_OS_WINDOWS
|
||||
#include <Shlwapi.h>
|
||||
#include <VersionHelpers.h>
|
||||
#include <Windows.h>
|
||||
#include <shlwapi.h>
|
||||
#include <versionhelpers.h>
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <fcntl.h>
|
||||
#include <sys/resource.h>
|
||||
|
Loading…
Reference in New Issue
Block a user