syslog.h analog in WIndows
ATL / WTL / STL
3
Posts
3
Posters
0
Views
1
Watching
-
Hello. I'm porting a *nix C code to Windows using MingW. Having trouble with syslog.h. Is there any syslog.h analog in Windows so that I could include the headers like:
#ifdef WIN32
#include #else
#include #endif? Thank you.
-
Hello. I'm porting a *nix C code to Windows using MingW. Having trouble with syslog.h. Is there any syslog.h analog in Windows so that I could include the headers like:
#ifdef WIN32
#include #else
#include #endif? Thank you.
See if this article may be of help: Simple syslog client[^]