No break, only fix (#644)
This commit is contained in:
parent
7d2892a42f
commit
f3fd6caf0b
@ -20,7 +20,7 @@ use crate::{
|
||||
};
|
||||
|
||||
#[repr(C)]
|
||||
#[derive(PartialEq, Clone, Copy)]
|
||||
#[derive(Clone, Copy, PartialEq, Eq)]
|
||||
struct FatPtr(*const c_void, *const c_void);
|
||||
|
||||
// all kinds of hooks
|
||||
|
Loading…
x
Reference in New Issue
Block a user