Remove i
, is
, u
, or us
suffixes that are not necessary.
This commit is contained in:
parent
700c518f2a
commit
2b5720a15f
54 changed files with 174 additions and 174 deletions
|
@ -1930,7 +1930,7 @@ pub mod types {
|
|||
pub iSecurityScheme: c_int,
|
||||
pub dwMessageSize: DWORD,
|
||||
pub dwProviderReserved: DWORD,
|
||||
pub szProtocol: [u8; WSAPROTOCOL_LEN as usize + 1us],
|
||||
pub szProtocol: [u8; WSAPROTOCOL_LEN as usize + 1],
|
||||
}
|
||||
|
||||
pub type LPWSAPROTOCOL_INFO = *mut WSAPROTOCOL_INFO;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue