Author: cfinck Date: Mon Jul 9 16:21:08 2007 New Revision: 27536
URL: http://svn.reactos.org/svn/reactos?rev=27536&view=rev Log: 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
Modified: trunk/reactos/include/psdk/winnt.h
Modified: trunk/reactos/include/psdk/winnt.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/winnt.h?rev=27... ============================================================================== --- trunk/reactos/include/psdk/winnt.h (original) +++ trunk/reactos/include/psdk/winnt.h Mon Jul 9 16:21:08 2007 @@ -1023,6 +1023,7 @@ #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