Revert renaming class, enum and field names

This commit is contained in:
a2x
2024-03-29 01:51:20 +10:00
parent bf890592c2
commit 87fccce283
23 changed files with 285261 additions and 58 deletions

View File

@@ -87,7 +87,7 @@ fn read_class_binding(
s,
match env::consts::OS {
"linux" => "so",
"windows" => ".dll",
"windows" => "dll",
_ => panic!("unsupported os"),
}
)