change for Digital Mars Compiler
Anuj Goyal
anuj.goyal@gmail.com
Sun Jun 13 07:32:00 GMT 2004
Has anyone thought about using the Digital Mars Compiler to compile
pthread-win32?
I have taken the first steps....
can someone please make this change to pthread.h?
160c160
< #if defined(_MSC_VER) && _MSC_VER < 1300 || defined(__DMC__)
---
> #if defined(_MSC_VER) && _MSC_VER < 1300
This is my first time contributing to an open source project so I
don't know which mailing list to use.
More information about the Pthreads-win32
mailing list