|
|
|
|
|
by Graziano_M
389 days ago
|
|
On windows you make system calls through the DLLs because the system calls can change on you. On linux you're pretty much guaranteed that the API to the kernel will not change. It will get extended, but the semantics of old calls will not change). |
|