You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.
Derived from #261
For example, the first error is:
In file included from src/something.cpp:46:
src/something_fmw_iocp.cpp:6:5: error: 'HANDLE' does not name a type; did you mean 'E_HANDLE'?
6| HANDLE watch_dir;
|^~~~~~
| E_HANDLE
The text was updated successfully, but these errors were encountered:
kolumb
changed the title
MinGW can't compile IOCP implementation
MinGW can't compile windows version of Fmw
Nov 8, 2020
Derived from #261
For example, the first error is:
The text was updated successfully, but these errors were encountered: