Skip to content

Commit 417f495

Browse files
committed
add attribute for windows feature
1 parent 0823e5e commit 417f495

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/hello_world.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![cfg_attr(windows, feature(abi_vectorcall))]
12
use ext_php_rs::{constant::IntoConst, prelude::*, types::ZendClassObject};
23

34
#[derive(Debug)]

0 commit comments

Comments
 (0)