From: Stefan Weil <weil@mail.berlios.de>
To: Jes Sorensen <Jes.Sorensen@redhat.com>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] win32: Add missing function setenv
Date: Thu, 01 Jul 2010 15:22:19 +0200 [thread overview]
Message-ID: <4C2C968B.40007@mail.berlios.de> (raw)
In-Reply-To: <4C2C8110.2090200@redhat.com>
Am 01.07.2010 13:50, schrieb Jes Sorensen:
> On 07/01/10 12:47, Stefan Weil wrote:
>
>> Mingw32 does not provide a declaration and implementation of function
>> setenv (which is used in sdl.c), so this patch adds both.
>>
>> Signed-off-by: Stefan Weil<weil@mail.berlios.de>
>>
> [snip]
>
>> diff --git a/osdep.h b/osdep.h
>> index 75b5816..1cdc7e2 100644
>> --- a/osdep.h
>> +++ b/osdep.h
>> @@ -95,6 +95,8 @@ int qemu_create_pidfile(const char *filename);
>> #ifdef _WIN32
>> int ffs(int i);
>>
>> +int setenv(const char *name, const char *value, int overwrite);
>> +
>> typedef struct {
>> long tv_sec;
>> long tv_usec;
>>
> Please move this to qemu-os-win32.h instead, otherwise the build will
> fail on POSIX systems due to setenv being redefined.
>
> Thanks,
> Jes
>
It won't fail for two reasons:
* It is not redefined (at least for linux systems) because I used the
POSIX declaration.
* It is compiled only for _WIN32 (see line 95).
Regards
Stefan
next prev parent reply other threads:[~2010-07-01 13:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-01 10:47 [Qemu-devel] [PATCH] win32: Add missing function setenv Stefan Weil
2010-07-01 11:50 ` Jes Sorensen
2010-07-01 13:22 ` Stefan Weil [this message]
2010-07-01 13:24 ` Jes Sorensen
2010-07-01 15:51 ` Stefan Weil
2010-07-01 15:53 ` Jes Sorensen
2010-07-01 17:53 ` Stefan Weil
2010-07-02 8:40 ` Jes Sorensen
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=4C2C968B.40007@mail.berlios.de \
--to=weil@mail.berlios.de \
--cc=Jes.Sorensen@redhat.com \
--cc=qemu-devel@nongnu.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.