Define _USE_32BIT_TIME_T since that is what tokens contain.
Use cflagsdll instead of cflagsmt to avoid multiply defined entry points
cdebug=$(cdebug) -Os -Zi
cwarn=$(cwarn) /Wp64 /WX
-plcflags=$(cdebug) $(cflags) $(incflags) $(pldefines) $(cwarn) $(cvarsmt)
+plcflags=$(cdebug) $(cflags) $(incflags) $(pldefines) $(cwarn) $(cvarsdll)
PC2OBJ=$(CC) $(plcflags) /Fo"$@" /c $**
#ifndef __KHIMAIRA_AFSCRED_H
#define __KHIMAIRA_AFSCRED_H
+#define _USE_32BIT_TIME_T 1
#define _WINSOCKAPI_
#include<windows.h>
#include<time.h>