http://bugs.winehq.com/show_bug.cgi?id=1800
Summary: [user documentation] bad LANG_* definition location Product: Wine Version: CVS Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-documentation AssignedTo: wine-bugs@winehq.com ReportedBy: jerome.bouat@wanadoo.fr
I generated the "wine-user.html" from CVS tree. The keyboard section indicated I would find languages constants in "include/winnls.h".
But, in wine source root directory, command --- find . -iname "*.h" | xargs grep "define" | grep "LANG_" --- gives include/winnt.h for the definition of "LANG_*" and "SUBLANG_*" constants.