Library names - Only link with used foreign libraries

This commit is contained in:
Ginger Bill
2017-01-26 20:00:16 +00:00
parent f47f25f942
commit e3e16f5d05
14 changed files with 341 additions and 251 deletions
+1 -2
View File
@@ -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();
}