Cast the void* handle data member to HMODULE* to keep the VC++ compiler
authorReid Spencer <rspencer@reidspencer.com>
Sat, 20 Nov 2004 23:30:55 +0000 (23:30 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 20 Nov 2004 23:30:55 +0000 (23:30 +0000)
commit7a4538941af7e5eb2b00e0b7c25cb34be548bcf5
tree6f97da0e121fe9b13aed0ac302779f4ef56ff289
parentb95cbee93077979052e10771031ec209dd24294e
Cast the void* handle data member to HMODULE* to keep the VC++ compiler
happy. Thanks to Henrik Bach for pointing this out.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18056 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/Win32/DynamicLibrary.cpp
lib/System/Win32/DynamicLibrary.inc