http://bugs.winehq.org/show_bug.cgi?id=15804
Nick Andrik nick.andrik@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nick.andrik@gmail.com
--- Comment #10 from Nick Andrik nick.andrik@gmail.com 2012-10-28 00:22:46 CDT --- Hi Mike, I'm trying to apply your patches to see if Bastion can work. I get this error when I'm trying to compile after I applied your patches:
locale.c: In function 'convert_default_lcid': locale.c:520:14: error: 'LOCALE_SCALNAME' undeclared (first use in this function) locale.c:520:14: note: each undeclared identifier is reported only once for each function it appears in locale.c: In function 'LOCALE_InitRegistry': locale.c:730:7: error: 'LOCALE_SCALNAME' undeclared (first use in this function) locale.c: In function 'get_locale_value_name': locale.c:1105:10: error: 'LOCALE_SCALNAME' undeclared (first use in this function)
Did you forget the declaration in include/winnls.h ?
Thanks!