Fixed build warnings

pull/229/head
dahall 2021-04-21 16:40:25 -06:00
parent 1be2db704d
commit 5ffefe1d94
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ namespace Vanara.PInvoke
/// <summary>Primary language identifier.</summary>
public enum LANG : ushort
{
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
LANG_NEUTRAL = 0x00,
LANG_INVARIANT = 0x7f,
LANG_AFRIKAANS = 0x36,
@ -160,6 +161,7 @@ namespace Vanara.PInvoke
LANG_YI = 0x78,
LANG_YORUBA = 0x6a,
LANG_ZULU = 0x35,
#pragma warning restore CS1591 // Missing XML comment for publicly visible type or member
}
/// <summary>Sublanguage identifier.</summary>