mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
Fix win32 window not having a destructor in headless mode
This commit is contained in:
parent
cdee854d2e
commit
64bbc4965f
|
@ -235,7 +235,6 @@ impl Window {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "window")]
|
||||
#[unsafe_destructor]
|
||||
impl Drop for Window {
|
||||
fn drop(&mut self) {
|
||||
|
|
Loading…
Reference in a new issue