Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Chris Heyes
2019-11-01 19:18:33 +00:00
84 changed files with 10335 additions and 2865 deletions
+2
View File
@@ -0,0 +1,2 @@
package time
IS_SUPPORTED :: false;
+1 -1
View File
@@ -20,5 +20,5 @@ now :: proc() -> Time {
sleep :: proc(d: Duration) {
win32.sleep(i32(d/Millisecond));
win32.sleep(u32(d/Millisecond));
}