ThomasMonkman / filewatch

File watcher in c++
MIT License
426 stars 70 forks source link

Msvc fixes #18

Closed pezcode closed 3 years ago

pezcode commented 4 years ago

I fixed a few issues that appeared with Visual Studio 2019. Tested with g++ 7.4.0 and clang 6.0.0. Untested with earlier versions of Visual Studio.

pezcode commented 4 years ago

Possibly fixes https://github.com/ThomasMonkman/filewatch/issues/16

ThomasMonkman commented 4 years ago

Great work, thank you for the PR!

I'll take a look when I find the time. Yes that Unicode part was always a pain

ThomasMonkman commented 3 years ago

Sorry I took so long to get around to this pr, thank you very much for! really nice work.