mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
feat: add MinGW cross-compilation support for Windows builds on Linux (#2108)
This commit is contained in:
5
3rd/compat-mingw/compat.c
Normal file
5
3rd/compat-mingw/compat.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "compat.h"
|
||||
|
||||
#include "dlfcn.c"
|
||||
#include "unistd.c"
|
||||
#include "wepoll.c"
|
||||
Reference in New Issue
Block a user