From 3a16b693371fcf81035999a2c443740f1a288da6 Mon Sep 17 00:00:00 2001 From: Gurchetan Singh Date: Fri, 26 Sep 2025 10:56:41 -0700 Subject: [PATCH] gfxstream: WindowsVirtGPU.h --> WindowsVirtGpu.h Proper naming is important. Needed for cross-compile for mingw. Reviewed-by: David Gilhooley --- .../guest/platform/windows/{WindowsVirtGPU.h => WindowsVirtGpu.h} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/gfxstream/guest/platform/windows/{WindowsVirtGPU.h => WindowsVirtGpu.h} (100%) diff --git a/src/gfxstream/guest/platform/windows/WindowsVirtGPU.h b/src/gfxstream/guest/platform/windows/WindowsVirtGpu.h similarity index 100% rename from src/gfxstream/guest/platform/windows/WindowsVirtGPU.h rename to src/gfxstream/guest/platform/windows/WindowsVirtGpu.h