mingw-w64 / mingw-w64.github.io

mingw-w64.net web page contents (The new web page)
Other
572 stars 1.16k forks source link

poll.h #35

Open hbadi opened 1 year ago

hbadi commented 1 year ago

Hi,

I tried to use the port of tqdm for c++ : https://github.com/tqdm/tqdm.cpp It uses which seems not to be available for mingw64 ?

Best regards.

Biswa96 commented 1 year ago

Neither Windows OS nor mingw-w64 does provide those APIs. cygwin (https://cygwin.com/) will be the right choice for that.