winnls.h: Add element GEOCLASS_ALL to enum SYSGEOCLASS.

Signed-off-by: João Diogo Craveiro Ferreira <devilj@outlook.pt>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
João Diogo Ferreira 2019-10-03 04:39:45 +00:00 committed by Alexandre Julliard
parent 2a0a34cc74
commit b711b5feae
1 changed files with 1 additions and 0 deletions

View File

@ -833,6 +833,7 @@ enum SYSGEOTYPE
enum SYSGEOCLASS
{
GEOCLASS_ALL = 0,
GEOCLASS_REGION = 14,
GEOCLASS_NATION = 16
};