forked from pyrite-dev/milsko
windows does not have dlfcn
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@95 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
327ae2271d
commit
bd010b7c9a
1 changed files with 2 additions and 0 deletions
|
|
@ -19,7 +19,9 @@
|
|||
#include <vulkan/vulkan_xlib.h>
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <dlfcn.h>
|
||||
#endif
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "stb_ds.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue