[ros-bugs] [Bug 2235] Patch for fixing compilation problems under FreeBSD (maybe other Unixes as well)

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Sun May 13 12:21:01 CEST 2007


http://www.reactos.org/bugzilla/show_bug.cgi?id=2235


spetreolle at users.sourceforge.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |spetreolle at users.sourceforge
                   |                            |.net




------- Comment #3 from spetreolle at users.sourceforge.net  2007-05-13 12:21 CET -------
is the defined(linux) / defined(unix) really usefull for include/psdk/winnt.h ?
I just tested with mingw-gcc : linux and unix arent defined, only _X86_ is.

/* FIXME: add more machines */
#if defined(_X86_) || defined(linux)

as the above FIXME tells, this is machine-dependent, not OS-dependent.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.


More information about the Ros-bugs mailing list