]> git.lizzy.rs Git - rust.git/commit
windows errors: Change type name for ERROR_SHARING_VIOLATION
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 18 Jun 2021 17:16:05 +0000 (18:16 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 18 Jun 2021 17:51:47 +0000 (18:51 +0100)
commite7fb1a71cd71cb7a188807293f5325775f704bd5
tree47dc94ce746117e04f0cef20ff937a3dbf8d03e1
parent2a38dfbe047f305dcec7108e0a096fb36dac9b08
windows errors: Change type name for ERROR_SHARING_VIOLATION

DWORD is a type alias for u32, so this makes no difference.
But this entry is anomalous and in my forthcoming commits I am going
to import many errors wholesale, and I spotted that my wholesale
import didn't match what was here.

CC: Chris Denton <christophersdenton@gmail.com>
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
library/std/src/sys/windows/c.rs