diff options
| author | Ian Elliott <ian@LunarG.com> | 2015-04-09 18:07:15 -0600 |
|---|---|---|
| committer | Chia-I Wu <olv@lunarg.com> | 2015-04-16 17:48:19 +0800 |
| commit | 1e1bc3c8a23a245aca2cf3b6779e88afa2112e16 (patch) | |
| tree | b051ea84753e5223717788e7dc7a93c22a79f4f3 /loader/loader_platform.h | |
| parent | 769bfae687069cc900f52295f83cd3f0a25a61da (diff) | |
| download | usermoji-1e1bc3c8a23a245aca2cf3b6779e88afa2112e16.tar.xz | |
Win: Fix typo and incorrect strlen for finding/loading ICDs.
Diffstat (limited to 'loader/loader_platform.h')
| -rw-r--r-- | loader/loader_platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader_platform.h b/loader/loader_platform.h index 230ee5d0..08ce2083 100644 --- a/loader/loader_platform.h +++ b/loader/loader_platform.h @@ -159,7 +159,7 @@ using namespace std; #define DEFAULT_VK_DRIVERS_PATH "C:\\Windows\\System32" // TODO/TBD: Is this an appropriate prefix for Windows? #define VK_DRIVER_LIBRARY_PREFIX "VK_" -#define VK_DRIVER_LIBRARY_PREFIX_LEN 4 +#define VK_DRIVER_LIBRARY_PREFIX_LEN 3 // TODO/TBD: Is this an appropriate suffix for Windows? #define VK_LAYER_LIBRARY_PREFIX "VKLayer" #define VK_LAYER_LIBRARY_PREFIX_LEN 8 |
