Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Tags: dotnet/pinvoke

Tags

v0.7.124

Toggle v0.7.124's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Fix wrong value of FILE_FLAG_POSIX_SEMANTICS in Kernel32+CreateFileFl…

…ags.cs (#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>

v0.7.104

Toggle v0.7.104's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #567 from dotnet/fix563

Fix `GetModuleHandle` so its use doesn't prematurely unload a module

v0.7.78

Toggle v0.7.78's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #529 from dotnet/globalJsonUpdate

Update .NETSDK to 3.1.402

v0.6.49

Toggle v0.6.49's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #456 from dotnet/AddCodeOfConductToREADME

Add code of conduct blurb to readme

v0.6.6

Toggle v0.6.6's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
AArnott Andrew Arnott
Use newer Azure Pipelines link

v0.5.184

Toggle v0.5.184's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #421 from AArnott/addCursors

Add several user32 cursor functions

v0.5.155

Toggle v0.5.155's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #396 from AArnott/jobs

Fix up some Windows Job type and file names

v0.5.152

Toggle v0.5.152's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #387 from vatsanm/master

Issue #385: SetWindowLongPtr on 32-bit

v0.5.147

Toggle v0.5.147's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #384 from vatsanm/master2

Adding User32.SetWindowLongPtr

v0.5.134

Toggle v0.5.134's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #378 from AArnott/fix377

Workaround for .NET Native toolchain issue