diff options
author | Jason Ekstrand <[email protected]> | 2016-03-22 16:06:53 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-03-22 16:06:53 -0700 |
commit | 8dd86e8aa7e955844e447c5a2794b0c8cc811c5a (patch) | |
tree | a84611b2acc1afb6dcb0adce3f4e9ba6d961abd8 /include/vulkan/vk_platform.h | |
parent | 869e393eb36e6912ca16fcfd060892c0de07bb49 (diff) |
Update to the latest Vulkan header from Khronos
Diffstat (limited to 'include/vulkan/vk_platform.h')
-rw-r--r-- | include/vulkan/vk_platform.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vulkan/vk_platform.h b/include/vulkan/vk_platform.h index a53e725a9a6..f5a5243b8f2 100644 --- a/include/vulkan/vk_platform.h +++ b/include/vulkan/vk_platform.h @@ -25,8 +25,8 @@ */ -#ifndef __VK_PLATFORM_H__ -#define __VK_PLATFORM_H__ +#ifndef VK_PLATFORM_H_ +#define VK_PLATFORM_H_ #ifdef __cplusplus extern "C" @@ -124,4 +124,4 @@ extern "C" #include <xcb/xcb.h> #endif -#endif // __VK_PLATFORM_H__ +#endif |