From ca6658fc5ae480602e1a7142c237e0fcee0ed2da Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Mon, 9 Jul 2007 12:21:08 +0000 Subject: [PATCH] SUBLANG_SPANISH_MODERN is missing in the table on MSDN, but it's needed by our NLS Readded it Maybe someone can check if we can replace this with SUBLANG_SPANISH or another spanish variant, since SUBLANG_SPANISH_MODERN seems to be outdated svn path=/trunk/; revision=27536 --- reactos/include/psdk/winnt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/include/psdk/winnt.h b/reactos/include/psdk/winnt.h index f1d2120d6a7..711dcc96642 100644 --- a/reactos/include/psdk/winnt.h +++ b/reactos/include/psdk/winnt.h @@ -1023,6 +1023,7 @@ typedef enum #define SUBLANG_SPANISH_GUATEMALA 0x04 #define SUBLANG_SPANISH_HONDURAS 0x12 #define SUBLANG_SPANISH_MEXICAN 0x02 +#define SUBLANG_SPANISH_MODERN 0x03 #define SUBLANG_SPANISH_NICARAGUA 0x13 #define SUBLANG_SPANISH_PANAMA 0x06 #define SUBLANG_SPANISH_PARAGUAY 0x0f