public inbox for pthreads-win32@sourceware.org
 help / color / mirror / Atom feed
* change for Digital Mars Compiler
@ 2004-06-13  7:32 Anuj Goyal
  2004-06-30  8:12 ` Anuj Goyal
  0 siblings, 1 reply; 2+ messages in thread
From: Anuj Goyal @ 2004-06-13  7:32 UTC (permalink / raw)
  To: pthreads-win32

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-30  8:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-13  7:32 change for Digital Mars Compiler Anuj Goyal
2004-06-30  8:12 ` Anuj Goyal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).