commit | 452303a0d40d1280ec69b9f57f37a8ba4e183b51 | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Oct 07 09:00:34 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Thu Oct 08 17:09:38 2015 -0600 |
tree | cbf044b8596a5656ab0c0c4e8845af7643653ddc | |
parent | ed3223a6244e5d81414b33f30eebe9b824be601d [diff] [blame] |
layers: Fix Windows compile warnings
diff --git a/loader/loader.h b/loader/loader.h index e96df3e..4956ae6 100644 --- a/loader/loader.h +++ b/loader/loader.h
@@ -192,7 +192,7 @@ 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;