mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-30 11:20:08 +00:00
windows.odin TYPE_NAME to Type_Name; More SSA work and SSA printing for debugging
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
#import "atomic.odin";
|
||||
|
||||
Semaphore :: struct {
|
||||
_handle: win32.HANDLE,
|
||||
_handle: win32.Handle,
|
||||
}
|
||||
|
||||
Mutex :: struct {
|
||||
|
||||
Reference in New Issue
Block a user