Age | Commit message (Collapse) | Author | Files | Lines |
|
vdlog.cpp has an #ifdef check for OLDMSVC to choose between using
swprintf or swprintf_s. Since vdcommon.h provides a compat #define
for swprintf_s when OLDMSVC is set, it's better to use this one.
|
|
Apparently, it comes with a recent version of C library (msvcrt90?),
but I don't know if we can/should ship also a MS dll. Probably it used
to work with an inlined version with VS headers.
The build can be tweaked to use the -non-_s variant with -DOLDMSVCRT
CFLAGS.
|
|
Most of them are caused by not using %lu to print a DWORD (which
is an unsigned long).
|
|
-use RHEV log format
-add log levels & macros
-remove LOG_ENABLED ifdefs
|
|
|
|
|