Tags: BinToss/pinvoke
Tags
Fix wrong value of FILE_FLAG_POSIX_SEMANTICS in Kernel32+CreateFileFl… …ags.cs (dotnet#581) * Fix wrong value of FILE_FLAG_POSIX_SEMANTICS in Kernel32+CreateFileFlags.cs FILE_FLAG_POSIX_SEMANTICS is 0x01000000 by MSDN https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-createfilea#parameters Value was incorrect FILE_FLAG_POSIX_SEMANTICS = 0x0100000. * Fix PublicAPI Co-authored-by: James Cheng <jameswccheng@gmail.com> Co-authored-by: Andrew Arnott <andrewarnott@gmail.com>
Merge pull request dotnet#567 from dotnet/fix563 Fix `GetModuleHandle` so its use doesn't prematurely unload a module
Merge pull request dotnet#529 from dotnet/globalJsonUpdate Update .NETSDK to 3.1.402
Merge pull request dotnet#456 from dotnet/AddCodeOfConductToREADME Add code of conduct blurb to readme
Merge pull request dotnet#421 from AArnott/addCursors Add several user32 cursor functions
Merge pull request dotnet#396 from AArnott/jobs Fix up some Windows Job type and file names
Merge pull request dotnet#387 from vatsanm/master Issue dotnet#385: SetWindowLongPtr on 32-bit
Merge pull request dotnet#384 from vatsanm/master2 Adding User32.SetWindowLongPtr
Merge pull request dotnet#378 from AArnott/fix377 Workaround for .NET Native toolchain issue
PreviousNext