emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Preprocessor defines in MS-Windows build


From: Óscar Fuentes
Subject: Re: Preprocessor defines in MS-Windows build
Date: Sun, 08 Jun 2008 01:53:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (windows-nt)

Jason Rumney <address@hidden> writes:

> Eli Zaretskii wrote:
>>  _X86_               -- not needed, defined automatically by MinGW
>>                         headers
>>  i386                -- not needed
>>   
>
> They may not be needed for a mingw build, but do the msvc headers also
> define them?

I quick check for VC6 does not find i386. _X86_ is in WINDOWS.H

[snip]

>>  USE_CRT_DLL         -- looks like it's unneeded, since we never use
>>                         anything but the CRTDLL.dll runtime
>
> I think there was at least an experimental attempt many years ago to
> use MSVCRT.dll with the msvc compiler, and if we are ever to get more
> recent versions of msvc working again it will be necessary to keep
> this around.

CRTDLL.dll (?) is not on the list of loaded dll's for an Emacs
process. MSVCRT.dll is.

-- 
Oscar





reply via email to

[Prev in Thread] Current Thread [Next in Thread]