emacs-devel
[Top][All Lists]
Advanced

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

Re: bug#720: Patch to fix CVS Emacs compilation error on Windows XP SP2.


From: Fran Litterio
Subject: Re: bug#720: Patch to fix CVS Emacs compilation error on Windows XP SP2.
Date: Fri, 15 Aug 2008 10:58:50 -0400

On Fri, Aug 15, 2008 at 5:35 AM, Eli Zaretskii wrote:
By the way, since you evidently compiled the latest w32.c with VS 6,
could you please look at the header Winbase.h, and tell whether the
declaration of MEMORYSTATUSEX exists there, and if it does, whether it
is guarded by preprocessor conditionals, like certain values of
_WIN32_WINNT or WINVER?

I'm asking because someone else reported a compilation failure with VS
2003, and I want to find a solution to that problem which doesn't
break VS 6.

Eli,

I have two copies of winbase.h that define that type:

   c:/Program Files/Microsoft SDKs/Windows/v6.0A/Include/WinBase.h

and

   c:/Program Files/Microsoft SDKs/Windows/v5.0/Include/WinBase.h

In both files, there are no preprocessor conditionals guarding the definition of that type (and the types are defined identically).

Hope this helps.
--
Fran


reply via email to

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