Cleanup de srv

This commit is contained in:
Marc-Eric Martel
2023-10-26 10:39:08 -04:00
parent 9b4defba2a
commit f5a1906877
3 changed files with 29 additions and 20 deletions

View File

@@ -11,6 +11,10 @@
#define ID_LIST_SIZE 127
#define SRV_MANUAL_SETUP true
#ifdef _WIN32
#define strcpy strcpy_s
#endif
typedef unsigned char LogDest;
enum LOG_DEST { CONSOLE, LOGFILE, LOG_LAST };