Suppress ERROR_PROC_NOT_FOUND events.
authorIain Patterson <me@iain.cx>
Wed, 4 Jun 2014 18:20:44 +0000 (19:20 +0100)
committerIain Patterson <me@iain.cx>
Wed, 4 Jun 2014 18:20:44 +0000 (19:20 +0100)
commit6500f75954f9d96d35d4aa2749d36807704c1cb3
treebe6626084656d84b104931b9efd5dc6222a1442d
parent9c1b05121241c423745e1eeec7b2ccb30d8cf920
Suppress ERROR_PROC_NOT_FOUND events.

Don't log "The specified procedure could not be found" if
GetProcAddress() fails.  ERROR_PROC_NOT_FOUND is expected when running a
version of Windows which doesn't support the desired. function

Thanks Alain Douangpraseuth.
imports.cpp