[ros-dev] [ros-diffs] [dchapyshev] 38663: - Cleanup user32, direct call to kernel space
Timo Kreuzer
timo.kreuzer at web.de
Fri Jan 9 23:53:26 CET 2009
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
More information about the Ros-dev
mailing list