Skip to content

Fix Windows build on CI

Ahmad Samir requested to merge work/ahmad/fix-build-windows into master

NO_ERROR is an enum value defined in Windows code, so use something else.

Thanks to Friedrich for guessing what the issue was, his guess was right: https://docs.microsoft.com/en-us/windows/win32/adsi/win32-error-codes

GIT_SILENT

Merge request reports