bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#722: More Visual Studio 6.0 compiler errors on Windows XP


From: Francis Litterio
Subject: bug#722: More Visual Studio 6.0 compiler errors on Windows XP
Date: Fri, 15 Aug 2008 10:20:54 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (windows-nt)

Eli Zaretskii wrote:

>> From: Francis Litterio
>> 
>> --- w32fns.c~        2008-08-14 17:23:58.614906000 -0400
>> +++ w32fns.c 2008-08-14 17:10:41.266229700 -0400
>> @@ -67,6 +67,8 @@
>>  #define FOF_NO_CONNECTED_ELEMENTS 0x2000
>>  #endif
>>  
>> +#define HMONITOR HANDLE
>> +
>
> Does it work to replace this #define with the following line?
>
>   DECLARE_HANDLE(HMONITOR);

Yes, that compiles.
--
Fran






reply via email to

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