v0.0.4 - odin build_dll, atomic.odin, sync.odin

This commit is contained in:
Ginger Bill
2016-12-09 16:28:31 +00:00
parent de9016b7d0
commit a6f8c9d6e0
11 changed files with 125 additions and 62 deletions
+1 -1
View File
@@ -1,5 +1,6 @@
#import "win32.odin"
#import "fmt.odin"
#import "sync.odin"
Dll :: struct {
Handle :: type rawptr
@@ -50,6 +51,5 @@ main :: proc() {
}
some_thing := (proc_addr as proc())
fmt.println(some_thing)
some_thing()
}