I have some undocumented functions being used which need ntdll.lib to be linked. I searched google for a solution but they were all either unclear or very inconvenient. Because I didn't link ntdll.lib, I got the LNK2019 unresolved externals error. What is the easiest way of linking ntdll.lib in kernel mode?
I have some undocumented functions being used which need ntdll.lib to be linked. I searched google for a solution but they were all either unclear or very inconvenient. Because I didn't link ntdll.lib, I got the LNK2019 unresolved externals error. What is the easiest way of linking ntdll.lib in kernel mode?