]> git.sur5r.net Git - openldap/commit
Windows compat
authorHoward Chu <hyc@symas.com>
Wed, 9 Jul 2014 16:31:49 +0000 (09:31 -0700)
committerHoward Chu <hyc@symas.com>
Wed, 9 Jul 2014 17:02:21 +0000 (10:02 -0700)
commitf3573a73831ee05d7d36dd4a5d89df5cbe2e4828
tree4421ea094ed565de184c22e5fc537b216aa57f73
parentc4d0f90fce067aa02c91b975810bcd4391451430
Windows compat

We mainly use Win32 functions, so cannot just use C-runtime strerror
to return error messages. We have to use Win32-specific messages.
Unfortunately, we document the API to return C-runtime error codes,
so we can't just switch to all Win32 error codes.
libraries/liblmdb/mdb.c