mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Library names - Only link with used foreign libraries
This commit is contained in:
@@ -265,8 +265,7 @@ exit :: proc(code: int) {
|
||||
|
||||
|
||||
current_thread_id :: proc() -> int {
|
||||
GetCurrentThreadId :: proc() -> u32 #foreign
|
||||
return cast(int)GetCurrentThreadId();
|
||||
return cast(int)win32.GetCurrentThreadId();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user