mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Remove case sensitivity for libraries on windows
This commit is contained in:
@@ -10,10 +10,6 @@
|
||||
#import "utf8.odin";
|
||||
|
||||
main :: proc() {
|
||||
fmt.println("GOOGOLPLEX");
|
||||
}
|
||||
|
||||
/*
|
||||
foo :: proc(x: ^i32) -> (int, int) {
|
||||
fmt.println("^int");
|
||||
return 123, cast(int)(x^);
|
||||
@@ -56,4 +52,3 @@ main :: proc() {
|
||||
f = foo;
|
||||
f();
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user