24 Feb
2026
24 Feb
'26
4:35 a.m.
Hans Leidekker (@hans) commented about dlls/bcryptprimitives/main.c:
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
+#include <assert.h> #include <stdarg.h> +#include <stdlib.h> + #include "windef.h" #include "winbase.h" #include "ntsecapi.h" +#include "wine/debug.h" + +WINE_DEFAULT_DEBUG_CHANNEL(bcryptprim); Please use 'bcrypt' channel.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10174#note_130335