From 848d2f1caa8d196831a1fe599694fdce0018136d Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 20 Nov 2006 18:53:28 +0000 Subject: [PATCH] windows-netidmgr-plugin-vista-vs2005-20061120 Define _USE_32BIT_TIME_T since that is what tokens contain. Use cflagsdll instead of cflagsmt to avoid multiply defined entry points --- src/WINNT/netidmgr_plugin/NTMakefile | 2 +- src/WINNT/netidmgr_plugin/afscred.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/WINNT/netidmgr_plugin/NTMakefile b/src/WINNT/netidmgr_plugin/NTMakefile index 6080e5cda..edaf803b8 100644 --- a/src/WINNT/netidmgr_plugin/NTMakefile +++ b/src/WINNT/netidmgr_plugin/NTMakefile @@ -61,7 +61,7 @@ pldefines=-DUNICODE -D_UNICODE 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 $** diff --git a/src/WINNT/netidmgr_plugin/afscred.h b/src/WINNT/netidmgr_plugin/afscred.h index dbf522a8c..5a63d83ea 100644 --- a/src/WINNT/netidmgr_plugin/afscred.h +++ b/src/WINNT/netidmgr_plugin/afscred.h @@ -27,6 +27,7 @@ #ifndef __KHIMAIRA_AFSCRED_H #define __KHIMAIRA_AFSCRED_H +#define _USE_32BIT_TIME_T 1 #define _WINSOCKAPI_ #include #include -- 2.39.5