svn rev #25266: trunk/src/windows/kfwlogon/

hartmans@MIT.EDU hartmans at MIT.EDU
Wed Sep 28 16:56:02 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25266
Commit By: hartmans
Log Message:
Added Windows 64 DLL CCAPI DLL name

Signed-off-by: Alexey Melnikov <aamelnikov at gmail.com>


Changed Files:
U   trunk/src/windows/kfwlogon/kfwlogon.h
Modified: trunk/src/windows/kfwlogon/kfwlogon.h
===================================================================
--- trunk/src/windows/kfwlogon/kfwlogon.h	2011-09-28 20:55:53 UTC (rev 25265)
+++ trunk/src/windows/kfwlogon/kfwlogon.h	2011-09-28 20:56:02 UTC (rev 25266)
@@ -151,7 +151,11 @@
 );
 /* End private ccapiv2 headers */
 
+#ifdef _WIN64
+#define CCAPI_DLL   "krbcc64.dll"
+#else
 #define CCAPI_DLL   "krbcc32.dll"
+#endif
 
 
 /* */




More information about the cvs-krb5 mailing list