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: Eli Zaretskii
Subject: bug#722: More Visual Studio 6.0 compiler errors on Windows XP
Date: Fri, 15 Aug 2008 15:33:56 +0300

> Date: Thu, 14 Aug 2008 17:11:12 -0400
> From: Francis Litterio <flitterio@gmail.com>
> Cc: 
> 
> --- 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);






reply via email to

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