llcommon merge. Added LLUnits.
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#include <ctype.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#include "llwin32headers.h"
|
||||
#include <winnt.h>
|
||||
#endif
|
||||
|
||||
@@ -183,7 +183,7 @@ canonise_fl(FL_Locale *l) {
|
||||
#define RML(pn,sn) MAKELANGID(LANG_##pn, SUBLANG_##sn)
|
||||
struct IDToCode {
|
||||
LANGID id;
|
||||
char* code;
|
||||
const char* code;
|
||||
};
|
||||
static const IDToCode both_to_code[] = {
|
||||
{ML(ENGLISH,US), "en_US.ISO_8859-1"},
|
||||
|
||||
Reference in New Issue
Block a user