]> git.ipfire.org Git - thirdparty/krb5.git/commit
plugins support requires a Windows equivalent to opendir and friends
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 9 May 2006 21:03:07 +0000 (21:03 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 9 May 2006 21:03:07 +0000 (21:03 +0000)
commitcb446fa43a63a93baff16cb7a8bd540581b367b0
tree5a98100530211b59aab9b231b60e675011c446a5
parentdf6dfd9ef7172711fbcbace356b14288722066a5
plugins support requires a Windows equivalent to opendir and friends

This patch simply allows krb5 to build once again on Windows.
Windows does not have opendir() and friends.   Instead Win32 API
functions must be used as described in

 http://msdn.microsoft.com/library/en-us/dnucmg/html/UCMGch09.asp

ticket: new
status: open

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17992 dc483132-0cff-0310-8789-dd5450dbe970
src/util/support/plugins.c