issues
search
danieleteti
/
loggerpro
An modern and pluggable logging framework for Delphi
Apache License 2.0
357
stars
91
forks
source link
conditional compilation for Windows-only code found building Linux
#49
Closed
corneliusdavid
closed
3 years ago
corneliusdavid
commented
3 years ago
for Linux compilation:
added conditional compilation around a couple of functions in LoggerPro.Utils which are Windows-only;
also added conditional compilation around two private variables in other units simply to suppress compiler hints
danieleteti
commented
3 years ago
Thanks for your contribution
for Linux compilation: