Description: winunitsbase
This file as text.
(active) Revisions in this set:
6dcb2dffab14d9f212fc23994480ccd858cd1476,c6723ed2c4acf1d0dd7f4593a65e6d2ae0e5a103,2b63c02bc503dc1b1081c90dec770bf78473ecbd
a960aeeed2796b2eab124f539e45fea54f76f99b,c04dbe036a33dec5ba2e05e8d6efbc2b5d357392,275027c1621f9ad174685599132cd23bf40ca5ac
Clicking a revision will expand files
Incorrect function name imported from `comctl32.dll` - for `LoadIconWithScaleDown` function.
* Remove double external clause
* Dotted filenames for package winunits-base
* use sametext instead of converting case
(inactive) Revisions in this set b08a4584ca2665848b26be5c726f1a7e5d3b4544,09b7bb935fcfa0a796285dc8f7c63d5827e610bc,b1ddc57f5d4aec68ba57a037b300579e1fb8bc51,80d9863c7aa8b149e5370f3dc81ceee8b80fb31b,2c8ec360b7363883a5ac1170ec1c604ce70e1ee2
* imagelist_cocreateinstance, a vista function added.
* add HIMAGELIST_QueryInterface
* Add CoGetCancelObject, a w2000+ function reported on the forum.
* change ref to constref for REF*IID types of recently added functions(HIMAGELIST_QueryInterface and ImageList_CoCreateInstance). These are declared without pointer in FPC, but MSDN says it is a pointer. Analoguous to queryinterface in iunknown.
* remove/comment remoteenumelements, which is a stub method for remote usage of the enumelements method. Discussion with Sergey and 440bx on forum.
Most other remote variants of methods already had been commented.