emacs-devel
[Top][All Lists]
Advanced

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

Re: MS-Windows warnings (was build failure) for Emacs master


From: Paul Eggert
Subject: Re: MS-Windows warnings (was build failure) for Emacs master
Date: Wed, 13 Apr 2016 11:06:28 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1

On 04/13/2016 08:26 AM, Eli Zaretskii wrote:
the return value is always DWORD, which is 'unsigned long', an
unsigned 32-bit type, on both 64-bit and 32-bit Windows.

Ah, sorry, I guess I was confused by Cygwin.

In that case the %ul format spec should suffice to print the number, unless you'd prefer to feed the number into FormatMessage as Yuri suggested.



reply via email to

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