aboutsummaryrefslogtreecommitdiff
path: root/loader/loader.h
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-07 09:00:34 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-10-08 17:09:38 -0600
commit72534d797af6cb8cd1111d612eb815b37bd88d56 (patch)
tree25205906c29e02df994b3580136733d86d789d80 /loader/loader.h
parentb91cc0a75542de2639ec2498508807d50ce8b0a9 (diff)
downloadusermoji-72534d797af6cb8cd1111d612eb815b37bd88d56.tar.xz
layers: Fix Windows compile warnings
Diffstat (limited to 'loader/loader.h')
-rw-r--r--loader/loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader.h b/loader/loader.h
index e96df3e9..4956ae68 100644
--- a/loader/loader.h
+++ b/loader/loader.h
@@ -192,7 +192,7 @@ struct loader_struct {
struct loader_instance *instances;
unsigned int loaded_layer_lib_count;
- unsigned int loaded_layer_lib_capacity;
+ size_t loaded_layer_lib_capacity;
struct loader_lib_info *loaded_layer_lib_list;
// TODO add ref counting of ICD libraries
// TODO use this struct loader_layer_library_list scanned_layer_libraries;