[WINHTTP] Fix 1 MSVC x86 warning LNK4199 (#4414) CORE-18104
authorJoachim Henze <33393466+JoachimHenze@users.noreply.github.com>
Wed, 6 Apr 2022 22:36:52 +0000 (00:36 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Apr 2022 22:36:52 +0000 (00:36 +0200)
commit2f7dc168f29c0693203cc10901cb6dc4bb23ea75
tree4541416b10ef71c633d0caeff4605ab025ca4179
parenta40f55bf6dec9f876f527567ad513bdb3f28f508
[WINHTTP] Fix 1 MSVC x86 warning LNK4199 (#4414) CORE-18104

Fixes
Creating library dll\win32\winhttp\winhttp.lib and object dll\win32\winhttp\winhttp.exp
LINK : warning LNK4199: /DELAYLOAD:ole32.dll ignored; no imports found from ole32.dll

which I could observe all the way from releases/0.4.7 up to releases/0.4.14
with MSVC 2010SP1 (16.0.40219.1) x86 target in dbg configuration
dll/win32/winhttp/CMakeLists.txt