Commit Graph

4 Commits

Author SHA1 Message Date
Vitalii Koshura 44742026e2
Remove trailing whitespaces. Add CI script to verify in on every commit
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-05-05 20:08:17 +02:00
davidpanderson b808e065d9 Win: comment out (currently) unneeded fix
The VS header files have a conflict:
various structures (such as STRING) are defined differently
in ntsecapi.h than in winternl.h

This error appears off and on, for reasons I don't understand.
Changes in lib/str_util.h seem to trigger it.
Earlier in this PR is was happening.
I found a workaround on stackoverflow.com and added it.

But now the error is not happening, even without the workaround.
So, for now, I'm commenting out the workaround.
It's there if we need it in the future.
2023-04-11 15:45:57 -07:00
davidpanderson 6d0e90751f Win build fixes
Getting boinccas to build required some stuff I don't understand
2023-04-10 02:19:06 -07:00
Rom Walton 8408b989cd WINBUILD: Since the installer custom actions now depend on libboinc and parts of it can be shared with other platforms, move it into a more neutral location. 2016-02-11 16:32:02 -05:00