Closed LaurentChardon closed 11 months ago
Minor fix.
I changed a string comparison that used != instead of STRCMP, the macro for wcscmp. I removed the no-string-compare option in CMakeLists.txt as it doesn't seen needed any more.
!=
STRCMP
wcscmp
no-string-compare
CMakeLists.txt
Minor fix.
I changed a string comparison that used
!=
instead ofSTRCMP
, the macro forwcscmp
. I removed theno-string-compare
option inCMakeLists.txt
as it doesn't seen needed any more.