diff options
| author | Dustin Graves <dustin@lunarg.com> | 2016-02-05 15:53:12 -0700 |
|---|---|---|
| committer | Dustin Graves <dustin@lunarg.com> | 2016-02-05 15:53:12 -0700 |
| commit | b3489d1502df06efca2bfe6a4aabfc617f8af6a7 (patch) | |
| tree | e60042bd16ca4f99819e95a3f2ffcac36e65e43a /layers | |
| parent | 06b5e5bf05696b1bcdb859277b17d552f0e61ef6 (diff) | |
| download | usermoji-b3489d1502df06efca2bfe6a4aabfc617f8af6a7.tar.xz | |
layers: Fix CreateSemaphore/CreateEvent conflict
Reorder includes to avoid conflicts between the VkLayerDispatchTable_
CreateSemaphore/CreateEvent fields and the WIN32 API.
Diffstat (limited to 'layers')
| -rw-r--r-- | layers/threading.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/threading.cpp b/layers/threading.cpp index 82d9e730..fd7a4159 100644 --- a/layers/threading.cpp +++ b/layers/threading.cpp @@ -28,6 +28,7 @@ #include <unordered_map> #include <list> +#include "vk_loader_platform.h" #include "vulkan/vk_layer.h" #include "vk_layer_config.h" #include "vk_layer_extension_utils.h" @@ -38,7 +39,6 @@ #include "vk_layer_logging.h" #include "threading.h" -#include "vk_loader_platform.h" #include "vk_dispatch_table_helper.h" #include "vk_struct_string_helper_cpp.h" #include "vk_layer_data.h" |
