This is the mail archive of the pthreads-win32@sources.redhat.com mailing list for the pthreas-win32 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

change for Digital Mars Compiler


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]