Subj : src/sbbs3/main.cpp src/xpdev/xpevent.c xpevent.h To : Git commit to main/sbbs/master From : Deucе Date : Wed Jan 17 2024 06:02 pm https://gitlab.synchro.net/main/sbbs/-/commit/508984b8dbeee77977946fee Modified Files: src/sbbs3/main.cpp src/xpdev/xpevent.c xpevent.h Log Message: Make CerateEvent() prototype on *nix compatible with Win32 On Win32, the name param is an LPCSTR which apparently is Microsoft talk for const char *. In C we're allowed to do whatever we want, but in C++, this matters more. .