From: michael@weiser.saale-net.de (Michael Weiser)
Subject: Re: defining _win32: was: I: gcc ... -U_WIN32 ... may cause problems
13 Sep 1998 04:07:13 -0700
Message-ID: <35fb09a7.127443.cygnus.gnu-win32@mail.weiser.saale-net.de>
References: <199809111813.MAA24870@tuffy.reversion.ca>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 8bit
To: Craig Nelson <craig@reversion.ca>
Cc: gnu-win32@cygnus.com

Hello Craig, you wrote:
>> I am the silly b* who started this thread.  I am, sort of, sorry I did :-)
>> To brig it back to the original intent or kill it, rather than start another, 
>We are no longer talking about just the stat call, and possibly stuff in the
>compiler headers, but more about the applications that are out there (that use
>the _WIN32 and unix defines without realizing they are not necessarily mutually
>exclusive.
>
>We are looking for a solution such that we do not have to modify 3rd party
>source code to use them.
As I already wrote (and Michael IMHO meant in his posting) it doesn't
matter how and why and where _WIN32 is defined. The headers just have
to be changed to allow that one who doesn't need the Win32 API can
undefine _WIN32 without any hassles. Using this, one could simply add
-U_WIN32 or -D_WIN32 if he or she wants an unix-like or a native win32
application respectively.
-- 
bye, Michael
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
