Re: What (or where) is LSTATUS ?



Hi John,
Found that on SO: https://stackoverflow.com/questions/19547419/errors-in-windows-dword-getlasterror-vs-hresult-vs-lstatus

With mingw headers I get:
>> cd /usr/i686-w64-mingw32/include/
>> grep -r LSTATUS
winreg.h:  typedef LONG LSTATUS;


Il giorno ven 14 dic 2018 alle ore 17:11 John Emmas <john creativepost co uk> ha scritto:
Commit #f523c25c12 (3rd Dec 2018) introduced this code at line 499 of
'pango/pangowin32-fontmap.c'

     LSTATUS status;

I'm trying to build with MSVC which is giving me this error:-

     error C2065: 'LSTATUS' : undeclared identifier

I'm guessing this is a missing #include although I couldn't find out
from MSDN where exactly LSTATUS is defined (and #including windows.h
didn't seem to help either).  Anyone know what I need to do to get LSTATUS ?

I assume it's defined as LONG somewhere...

John
_______________________________________________
gtk-i18n-list mailing list
gtk-i18n-list gnome org
https://mail.gnome.org/mailman/listinfo/gtk-i18n-list


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