mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/win32-vd_agent
synced 2026-01-26 02:16:23 +00:00
vdcommon.h: consolidate defines under OLDMSVCRT
This commit is contained in:
parent
c678c4f26b
commit
cf747c07e6
@ -62,13 +62,11 @@ typedef CRITICAL_SECTION mutex_t;
|
||||
*/
|
||||
#ifdef OLDMSVCRT
|
||||
#define swprintf_s(buf, sz, format...) swprintf(buf, format)
|
||||
#endif
|
||||
|
||||
#ifdef OLDMSVCRT
|
||||
#ifndef _ftime_s
|
||||
#define _ftime_s(timeb) _ftime(timeb)
|
||||
#endif
|
||||
#endif
|
||||
#endif /* OLDMSVCRT */
|
||||
|
||||
enum SystemVersion {
|
||||
SYS_VER_UNSUPPORTED,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user