[ros-bugs] [Bug 2272] mkhive creates invalid hives, when built on 64-bit systems

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Thu May 31 19:32:54 CEST 2007


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





------- Comment #3 from mail at colinfinck.de  2007-05-31 19:32 CET -------
GreatLord, this sounds like a good idea.

But we had a long discussion about such definitions yesterday.
If I recall correctly, Ged mentioned that gcc might complain if e.g. DWORD is
defined to something else than "unsigned long".

Also note that uint32_t only works under UNIX or with glibc. It does not
compile with msvc, unless we use e.g. Paul Hsieh's portable "stdint.h" or
define uint32_t, etc. for msvc.
In this case, we could also do it the other way round: msvc defines __int32,
__int64, etc., but gcc doesn't.


-- 
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