This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/30335] CreateFileMapping fails in Vista due to lack of admin privileges
- From: "dannysmith at users dot sourceforge dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Feb 2007 19:32:45 -0000
- Subject: [Bug other/30335] CreateFileMapping fails in Vista due to lack of admin privileges
- References: <bug-30335-13841@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from dannysmith at users dot sourceforge dot net 2007-02-02 19:32 -------
It seems strange to me that CreateFileMapping puts _unnamed_ object into Global
namespace. Can you point me to documentation for this feature?
If CreateFileMapping functionality has changed, maybe we should just avoid it
and use VirtualAlloc throughout. Can you test attached patch with Reactos
build?
Danny
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30335