Loader: search also through SysWow64 folder on windows
diff --git a/loader/loader_platform.h b/loader/loader_platform.h
index 6dfbdc5..4bbd8b3 100644
--- a/loader/loader_platform.h
+++ b/loader/loader_platform.h
@@ -169,7 +169,7 @@
#ifndef DEFAULT_VK_DRIVERS_PATH
// TODO: Is this a good default location?
// Need to search for both 32bit and 64bit ICDs
-#define DEFAULT_VK_DRIVERS_PATH "C:\\Windows\\System32"
+#define DEFAULT_VK_DRIVERS_PATH "C:\\Windows\\System32;C:\\Windows\\SysWow64"
// TODO/TBD: Is this an appropriate prefix for Windows?
#define VK_DRIVER_LIBRARY_PREFIX "VK_"
#define VK_DRIVER_LIBRARY_PREFIX_LEN 3