[WSL2] Avoid gdi calls while process exit

Related-To: NEO-7380
Signed-off-by: Kamil Diedrich <kamil.diedrich@intel.com>
This commit is contained in:
Kamil Diedrich
2022-10-20 11:51:13 +02:00
committed by Compute-Runtime-Automation
parent 9b26e96b11
commit 380e2dcc35
13 changed files with 53 additions and 18 deletions

View File

@@ -132,7 +132,7 @@ struct WddmFixtureWithMockGdiDll : public GdiDllFixture, public MockExecutionEnv
struct NoCleanupWddmMock : WddmMock {
using WddmMock::WddmMock;
bool isDriverAvaliable() override {
bool isDriverAvailable() override {
return false;
}