Skip to content

Commit 862096c

Browse files
committed
LPVOID --> LPCVOID
1 parent 60f8665 commit 862096c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liblibc/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6307,7 +6307,7 @@ pub mod funcs {
63076307
lpNumberOfBytesRead: LPDWORD,
63086308
lpOverlapped: LPOVERLAPPED) -> BOOL;
63096309
pub fn WriteFile(hFile: HANDLE,
6310-
lpBuffer: LPVOID,
6310+
lpBuffer: LPCVOID,
63116311
nNumberOfBytesToWrite: DWORD,
63126312
lpNumberOfBytesWritten: LPDWORD,
63136313
lpOverlapped: LPOVERLAPPED) -> BOOL;

0 commit comments

Comments
 (0)