public inbox for pthreads-win32@sourceware.org
 help / color / mirror / Atom feed
From: Anuj Goyal <anuj.goyal@gmail.com>
To: pthreads-win32@sources.redhat.com
Subject: change for Digital Mars Compiler
Date: Sun, 13 Jun 2004 07:32:00 -0000	[thread overview]
Message-ID: <2f225d01040613003229fdd370@mail.gmail.com> (raw)

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.

             reply	other threads:[~2004-06-13  7:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-13  7:32 Anuj Goyal [this message]
2004-06-30  8:12 ` Anuj Goyal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2f225d01040613003229fdd370@mail.gmail.com \
    --to=anuj.goyal@gmail.com \
    --cc=pthreads-win32@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).