[quake3] [PATCH] better NX support

James Lacey jamlacey at gmail.com
Mon Feb 27 20:56:28 EST 2006


I fixed the Win64 build but I want to clean up the project files to
remove warnings, etc. So I will try to post a patch in the next couple
of days (or by the end of the week at the latest). In addition, I
thought I would submit the Windows mmap() changes in my patch as well.
Does anyone have a preference for two different patches (Win64 &
mmap() separate) or all rolled into one?

James

On 2/27/06, James Lacey <jamlacey at gmail.com> wrote:
> That sounds good for now. I haven't had much free time lately, but when I
> get a chance, I will try to code a patch to memory map the file with the
> Win32 API.
>
> James
>
> -----Original Message-----
> From: Ludwig Nussel [mailto:ludwig.nussel at suse.de]
> Sent: Monday, February 27, 2006 8:51 AM
> To: quake3 at icculus.org
> Subject: Re: [quake3] [PATCH] better NX support
>
> On Monday 27 February 2006 16:42, James Lacey wrote:
> > It will break the Windows build as mmap() is not in the CRT. Unless
> someone
> > has an mmap() wrapper for the Win32 API (which is probably out there
> > somewhere), equivalent code would have to be written using the Win32
> memory
> > mapped file functions.
>
> As I suspected, thanks. Easiest way is to just use malloc via #ifdef
> _MSC_VER
> on Windows then I guess.
>
> cu
> Ludwig
>
> --
>  (o_   Ludwig Nussel
>  //\   SUSE LINUX Products GmbH, Development
>  V_/_  http://www.suse.de/
>
>
>



More information about the quake3 mailing list