[Bug 50622] wldap32 calls Linux libraries with wrong conventions

WineHQ Bugzilla wine-bugs at winehq.org
Fri Feb 5 10:04:57 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=50622

--- Comment #1 from Hans Leidekker <hans at meelstraat.net> ---
We're using Windows headers where we should be using Unix headers. The problem
with including both is that there will be many conflicts. We could solve that
with preprocessor tricks like we do for winsock, but that isn't pretty.

Perhaps we can avoid that by splitting this dll in Unix and PE parts, if we
want to go that way?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list