Ev'ryday I'm bufferin'.

This commit is contained in:
Marc-Eric Martel
2023-10-27 09:51:40 -04:00
parent 0bc7f29492
commit 9ef44a3993
4 changed files with 82 additions and 50 deletions

View File

@@ -15,7 +15,4 @@
#define strcpy strcpy_s
#endif
typedef unsigned char LogDest;
enum LOG_DEST { CONSOLE, LOGFILE, LOG_LAST };
#endif