mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +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
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "level_zero/core/source/driver/driver_handle_imp.h"
|
||||
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
|
||||
using namespace L0;
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include <dlfcn.h>
|
||||
#include <execinfo.h>
|
||||
#elif defined(_WIN32)
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#pragma warning(push) // Saves the current warning state.
|
||||
#pragma warning(disable : 4091) // Temporarily disables warning 4091.
|
||||
#include <DbgHelp.h>
|
||||
|
||||
@@ -10,13 +10,8 @@
|
||||
#include "shared/source/gmm_helper/gmm_lib.h"
|
||||
#include "shared/source/os_interface/windows/os_time_win.h"
|
||||
|
||||
#include <d3d10_1.h>
|
||||
#include <d3d9types.h>
|
||||
|
||||
#include "Windows.h"
|
||||
#include "umKmInc/sharedata.h"
|
||||
#include <d3d10.h>
|
||||
#include <d3dkmthk.h>
|
||||
#include "windows.h"
|
||||
|
||||
#define DECL_FUNCTIONS() \
|
||||
FUNCTION(OpenAdapterFromHdc, IN OUT D3DKMT_OPENADAPTERFROMHDC *) \
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "Windows.h"
|
||||
#include "windows.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "shared/source/debug_settings/debug_settings_manager.h"
|
||||
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
|
||||
uint32_t getEnvironmentVariable(const char *name, char *outBuffer, uint32_t outBufferSize) {
|
||||
if (NEO::DebugManager.registryReadAvailable() == false) {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "shared/source/utilities/debug_settings_reader.h"
|
||||
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
|
||||
namespace NEO {
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "Windows.h"
|
||||
#include "windows.h"
|
||||
#include <d3dkmthk.h>
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable : 4005)
|
||||
#include <ntstatus.h>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "shared/source/page_fault_manager/cpu_page_fault_manager.h"
|
||||
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
|
||||
#include <functional>
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user