mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 12:43:09 +00:00
feat: add MinGW cross-compilation support for Windows builds on Linux (#2108)
This commit is contained in:
7
3rd/compat-mingw/dlfcn.h
Normal file
7
3rd/compat-mingw/dlfcn.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
enum { RTLD_NOW, RTLD_GLOBAL };
|
||||
|
||||
void *dlopen(const char *path, int flag);
|
||||
const char *dlerror();
|
||||
void *dlsym(void *dl, const char *sym);
|
||||
Reference in New Issue
Block a user