Re: Cygwin && WIN32

2006-05-19 Thread Paul Eggert
>>> Would WOE32_NATIVE be a better name? >> >> Many people believe code should be neutral. OK, but WIN32_NATIVE isn't neutral either; it connotes "win". > How about W32_NATIVE then? I believe that some other GNU code > uses w32 as a "32-bit Windows" prefix. That'd be OK.

Re: Cygwin && WIN32

2006-05-19 Thread Ben Pfaff
Bruno Haible <[EMAIL PROTECTED]> writes: > Paul Eggert wrote: >> > In other places I used to define WIN32 as an abbreviation of >> > defined _WIN32 || defined __WIN32__ >> > Now I'm renaming that to WIN32_NATIVE. >> >> Would WOE32_NATIVE be a better name? > > Many people believe code should b

Re: Cygwin && WIN32

2006-05-19 Thread Bruno Haible
Paul Eggert wrote: > > In other places I used to define WIN32 as an abbreviation of > > defined _WIN32 || defined __WIN32__ > > Now I'm renaming that to WIN32_NATIVE. > > Would WOE32_NATIVE be a better name? I don't know. I use the term "Woe32" when I talk about the platform which is not a wi

Re: Cygwin && WIN32

2006-05-18 Thread Paul Eggert
Bruno Haible <[EMAIL PROTECTED]> writes: > In other places I used to define WIN32 as an abbreviation of > defined _WIN32 || defined __WIN32__ > Now I'm renaming that to WIN32_NATIVE. Would WOE32_NATIVE be a better name?