Aleksey Bragin schrieb:
Please come to a decision. As for my own opinion,
there is no need in
#defines, because those functions are most probably inlined by the
compiler anyway (they are forwarders).
The compiler knows nothing about the def
file. And the linker linker
doesn't link to it's own exports. If you reference Foo() in your code,
but only implement NtFoo() and the def file forwards the export Foo to
NtFoo, it won't link.
So let's add inline functions.
If noone wants to I volunteer to do this job.
Timo