Module: wine Branch: master Commit: b711b5feae26c8c58185df0f41ad078fb27861d2 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b711b5feae26c8c58185df0f4...
Author: João Diogo Ferreira devilj@outlook.pt Date: Thu Oct 3 04:39:45 2019 +0000
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
---
include/winnls.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/winnls.h b/include/winnls.h index e790da4832..e810c44af7 100644 --- a/include/winnls.h +++ b/include/winnls.h @@ -833,6 +833,7 @@ enum SYSGEOTYPE
enum SYSGEOCLASS { + GEOCLASS_ALL = 0, GEOCLASS_REGION = 14, GEOCLASS_NATION = 16 };