dep/vulkan-loader: _WIN32 -> WIN32

This commit is contained in:
Connor McLaughlin 2021-07-02 20:06:58 +10:00
parent 6dadc133ea
commit 98e1bdee8d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#include "vulkan_loader.h"
#ifndef WIN32
#ifndef _WIN32
#include <dlfcn.h>
#endif