Looking for ntdll.lib

Where can I get ntdll.lib file? I got windows SDK, but I do not see it the lib in there.
If you are developing kernel code (driver), you should download the Windows DDK.
That's right, surprisingly it doesn't ship with the SDK, it ships with the DDK.

You can load it at runtime, you won't need the .lib for that.
It is very easy to generate import library from ntdll.dll file itself.
Topic archived. No new replies allowed.