mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Fix pointer differences (issue #11); remove #dll_import
This commit is contained in:
@@ -265,7 +265,7 @@ exit :: proc(code: int) {
|
||||
|
||||
|
||||
current_thread_id :: proc() -> int {
|
||||
GetCurrentThreadId :: proc() -> u32 #foreign #dll_import
|
||||
GetCurrentThreadId :: proc() -> u32 #foreign
|
||||
return cast(int)GetCurrentThreadId();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user