mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 12:18:15 +00:00
Remove type prefix declarations
This commit is contained in:
@@ -3,11 +3,11 @@ import (
|
||||
"os.odin";
|
||||
)
|
||||
|
||||
type Semaphore struct {
|
||||
Semaphore :: struct {
|
||||
// _handle: win32.Handle,
|
||||
}
|
||||
|
||||
type Mutex struct {
|
||||
Mutex :: struct {
|
||||
_semaphore: Semaphore,
|
||||
_counter: i32,
|
||||
_owner: i32,
|
||||
|
||||
Reference in New Issue
Block a user