Move environment_variables to shared

Change-Id: Ibc101930bc83c10f117c9408ee41d09851d89e2d
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2020-03-10 10:02:43 +01:00
committed by sys_ocldev
parent 01709dea50
commit 2999448c32
7 changed files with 6 additions and 7 deletions

View File

@ -7,7 +7,7 @@
#include "opencl/test/unit_test/os_interface/windows/mock_environment_variables.h"
#include "opencl/source/os_interface/windows/environment_variables.h"
#include "shared/source/os_interface/windows/environment_variables.h"
extern uint32_t (*getEnvironmentVariableMock)(const char *name, char *outBuffer, uint32_t outBufferSize) = nullptr;