mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
Windows includes cleanup
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
044695f3e4
commit
40d5cc71c9
@@ -23,7 +23,7 @@
|
||||
#include <dlfcn.h>
|
||||
#include <execinfo.h>
|
||||
#elif defined(_WIN32)
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
|
||||
#include <DbgHelp.h>
|
||||
#endif
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "shared/test/unit_test/page_fault_manager/mock_cpu_page_fault_manager.h"
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
|
||||
using namespace NEO;
|
||||
|
||||
@@ -98,4 +98,4 @@ TEST_F(PageFaultManagerWindowsTest, givenPageFaultThatNEOShouldNotHandleThenDefa
|
||||
EXPECT_TRUE(MockFailPageFaultManager::mockCalled);
|
||||
|
||||
RemoveVectoredExceptionHandler(previousHandler);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user