]> git.proxmox.com Git - rustc.git/blobdiff - src/vendor/cmake/src/registry.rs
New upstream version 1.17.0+dfsg1
[rustc.git] / src / vendor / cmake / src / registry.rs
index 8819b094151e779465f71caeb551ef0c01a580ca..2c8542b3169c0176f698d8c44cd325033ef96df0 100644 (file)
@@ -17,13 +17,9 @@ pub struct RegistryKey(Repr);
 
 type HKEY = *mut u8;
 type DWORD = u32;
-type LPDWORD = *mut DWORD;
 type LPCWSTR = *const u16;
-type LPWSTR = *mut u16;
 type LONG = raw::c_long;
 type PHKEY = *mut HKEY;
-type PFILETIME = *mut u8;
-type LPBYTE = *mut u8;
 type REGSAM = u32;
 
 const ERROR_SUCCESS: DWORD = 0;