boostorg / thread

Boost.org thread module
http://boost.org/libs/thread
203 stars 162 forks source link

DOS support please (used in embedded, disk utilities) #182

Closed jmichae3 closed 7 years ago

jmichae3 commented 7 years ago

should be functional in #if defined(DOS)&&(defined(WATCOMC)||defined(__MARSC)||defined(DJGPP)) compilers - all they have now is fsu pthreads and pth which I think are timer-based. compiling for DOS requires a 32-bit Windows OS currently. maybe not for Mars C/C++. please consider this.

jmichae3 commented 7 years ago

DJGPP is a 32-bit compiler.

viboes commented 7 years ago

Why are you creating those issues in this repo?