emacs-devel
[Top][All Lists]
Advanced

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

Re: Wrong pointer comparison in w32fns.c


From: Eli Zaretskii
Subject: Re: Wrong pointer comparison in w32fns.c
Date: Sun, 30 Oct 2022 08:47:19 +0200

> From: Po Lu <luangruo@yahoo.com>
> Cc: Emacs developers <emacs-devel@gnu.org>
> Date: Sun, 30 Oct 2022 08:57:17 +0800
> 
> > +  if (StringFromGUID2 (&guid, newTitle, 64) && newTitle[0])
> 
> Does this function support Windows 9x?
> http://winapi.freetechsecrets.com/ole/OLEStringFromGUID2.htm says
> nothing about that.

That function is supported on Windows 9X, judging by the fact that its
prototype in the mingw.org's w32api headers is not guarded by any
value of _WIN32_WINNT.



reply via email to

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