Skip to content

Commit

Permalink
Changed structure values to enum types
Browse files Browse the repository at this point in the history
  • Loading branch information
dahall committed Mar 24, 2020
1 parent 962e96a commit 5e9b491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PInvoke/Ws2_32/ws2spi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4555,7 +4555,7 @@ public struct WSANAMESPACE_INFOEXW
/// </item>
/// </list>
/// </summary>
public uint dwNameSpace;
public NS dwNameSpace;

/// <summary>
/// <para>Type: <c>BOOL</c></para>
Expand Down Expand Up @@ -4666,7 +4666,7 @@ public struct WSANAMESPACE_INFOW
/// </item>
/// </list>
/// </summary>
public uint dwNameSpace;
public NS dwNameSpace;

/// <summary>
/// <para>Type: <c>BOOL</c></para>
Expand Down

0 comments on commit 5e9b491

Please sign in to comment.