You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.Add("GetLastError","Do not generate GetLastError. Call Marshal.GetLastWin32Error() instead. Learn more from https://docs.microsoft.com/dotnet/api/system.runtime.interopservices.marshal.getlastwin32error")
373
380
.Add("OLD_LARGE_INTEGER","Use the C# long keyword instead.")
374
381
.Add("LARGE_INTEGER","Use the C# long keyword instead.")
375
-
.Add("ULARGE_INTEGER","Use the C# ulong keyword instead.");
382
+
.Add("ULARGE_INTEGER","Use the C# ulong keyword instead.")
0 commit comments