mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-12-04 05:33:54 +00:00
#include formatting changes for relative look-up.
- <> notation skips relative path searching in Visual Studio with some settings (and per language spec if I'm not mistaken). Switched to "" notation for includes where relative look-up seemed to be the intention.
This commit is contained in:
parent
baafcf4b13
commit
95c5f95b00
@ -7,7 +7,7 @@
|
|||||||
Rights: See end of file.
|
Rights: See end of file.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
#include <dirent_on_windows.h>
|
#include "dirent_on_windows.h"
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <io.h> /* _findfirst and _findnext set errno iff they return -1 */
|
#include <io.h> /* _findfirst and _findnext set errno iff they return -1 */
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
#define LOADER_H
|
#define LOADER_H
|
||||||
|
|
||||||
#include <vulkan/vulkan.h>
|
#include <vulkan/vulkan.h>
|
||||||
#include <vk_loader_platform.h>
|
#include "vk_loader_platform.h"
|
||||||
|
|
||||||
#include <vulkan/vk_layer.h>
|
#include <vulkan/vk_layer.h>
|
||||||
#include <vulkan/vk_icd.h>
|
#include <vulkan/vk_icd.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user