move the inclusion of afsconfig.h and param.h to
afscred.h so that they are included everywhere
and so that the conditional use of _USE_32BIT_TIME_T
is applied consistently by afscred.h.
LICENSE MIT
Change-Id: Id8c595509ec381ff6df6186e4d1c809413782a59
Reviewed-on: http://gerrit.openafs.org/1956
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
#define _USE_32BIT_TIME_T 1
#endif
+#include <afsconfig.h>
+#include <afs/param.h>
+
#define _WINSOCKAPI_
#include<windows.h>
#include<time.h>
#pragma warning (push)
#pragma warning (disable: 4005)
-#include <afsconfig.h>
-#include <afs/param.h>
-
#include<afscred.h>
#include<dynimport.h>
#include<krb5common.h>