Fix alignment for normal structures to match LLVM

This commit is contained in:
Ginger Bill
2017-05-10 22:51:35 +01:00
parent c6d531df95
commit 87f1a62ca4
5 changed files with 20 additions and 27 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#import "fmt.odin";
// #import "fmt.odin";
#import "strings.odin";
Handle :: i32;
-1
View File
@@ -1,5 +1,4 @@
#import win32 "sys/windows.odin";
#import fmt "fmt.odin";
Handle :: int;
File_Time :: u64;