File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Learn more about Rust for Windows here: <https://github.com/microsoft/windows-rs
5
5
#![ no_std]
6
6
#![ doc( html_no_source) ]
7
7
#![ allow( non_snake_case, clashing_extern_declarations) ]
8
- #![ cfg_attr( windows_raw_dylib, feature( raw_dylib, native_link_modifiers_verbatim ) ) ]
8
+ #![ cfg_attr( windows_raw_dylib, feature( raw_dylib) ) ]
9
9
10
10
extern crate self as windows_sys;
11
11
mod Windows ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Learn more about Rust for Windows here: <https://github.com/microsoft/windows-rs
5
5
#![ doc( html_no_source) ]
6
6
#![ allow( non_snake_case, clashing_extern_declarations) ]
7
7
#![ cfg_attr( windows_debugger_visualizer, feature( debugger_visualizer) , debugger_visualizer( natvis_file = "../windows.natvis" ) ) ]
8
- #![ cfg_attr( windows_raw_dylib, feature( raw_dylib, native_link_modifiers_verbatim ) ) ]
8
+ #![ cfg_attr( windows_raw_dylib, feature( raw_dylib) ) ]
9
9
10
10
extern crate self as windows;
11
11
mod Windows ;
You can’t perform that action at this time.
0 commit comments