If you’re using the Windows 2008 Server WDK in order to develop usermode code, you’ll have stumbled over this error message referencing DLOAD_ERROR_HANDLER
:
Warning: DLOAD_ERROR_HANDLER not specified in $(MAKEDIR)
I am not yet sure whether you have to give a function name (research leads me to think that), but you can make it shut up by giving some bogus value.
// Oliver