WebFreak001 / FSWatch

A cross-platform folder & file watching library using win32, inotify or std.file
33 stars 8 forks source link

Support Windows x64 #10

Closed lempiji closed 6 years ago

lempiji commented 6 years ago

It seems that compilation fails on the Windows x64. I changed size_t to DWORD according to function signature.

Is there no problem?