pymumu / tinylog

A lightweight C, C++ logging library developed for Linux, It is designed with high performance, asynchronized, thread-safe and process-safe; tinylog是一个专为UNIX设计的轻量级的C/C++日志模块,其提供了高性能,异步,线程安全,进程安全的日志功能。
Other
206 stars 62 forks source link

Mingw64 Support #11

Open alibasel opened 1 year ago

alibasel commented 1 year ago

Hello,

I tried to compile tinylog in mingw64, but since some of the header files do not exist I couldn't succeed. Is there any way for it?

include <sys/resource.h>

include <sys/syscall.h>

include <sys/wait.h>

pymumu commented 1 year ago

Currently only Linux is supported, and some APIs used are not available under Windows.