google / sagetv

SageTV is a cross-platform networked DVR and media management system
http://forums.sagetv.com/
Apache License 2.0
265 stars 174 forks source link

Fix bool defs in Channel.h #461

Closed Narflex closed 2 years ago

Narflex commented 2 years ago

These just look wrong and have caused various problems, if they break anything they can be put back.

Narflex commented 2 years ago

I should mention this was causing the local build on my workstation to fail as well as the 18.04 CI build.

wnjj commented 2 years ago

This did break native compiling on Windows. I'm trying to see what it takes for bool to be natively recognized but it's possible other parts of the code are defining it to nothing. Can I put it back but under the #ifdef WIN32? That should only affect Windows compiling.

Narflex commented 2 years ago

Merge accepted.