mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
![]() - Add a hack to rename the exported functions and use the Internal_ prefix for them so that the IImageList can use them with minimal code changes. - Add the correct implementation of the affected exported functions making them now use the IImageList of the passed HIMAGELIST. This indirection is possible because an HIMAGELIST is also a IImageList*. This indirection is also needed because we can end up using image lists created by either comctl32 v5 or comctl32 v6. This is how windows manage to use an HIMAGELIST created by comctl32 v5 when it is passed to comctl32 v6. What really happens in this scenario is that the exported functions of both versions end up using the interface stored in the object without checking if this interface is the version provided in the same dll or in the other. |
||
---|---|---|
.. | ||
3rdparty | ||
apisets | ||
appcompat | ||
cpl | ||
directx | ||
keyboard | ||
nls | ||
np | ||
ntdll | ||
opengl | ||
shellext | ||
win32 | ||
CMakeLists.txt |