Update WinSCard.cs

pull/411/head
David Hall 2023-05-28 16:05:20 -06:00 committed by GitHub
parent 6ad753a979
commit 9534cc99c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ global using System;
global using System.Runtime.InteropServices;
global using Vanara.InteropServices;
global using SCARDCONTEXT = UIntPtr;
global using SCARDCONTEXT = System.UIntPtr;
using System.Linq;
using System.Text;
using Vanara.Extensions;