Re: Fix various function prototypes
17 Oct
2004
17 Oct
'04
3:44 p.m.
Vincent Béron wrote:
SHCoCreateInstance returns void, not HRESULT. Some functions had a different prototype than their declaration.
Changelog: Fix various function prototypes.
Some of these are wrong if we want binary compatibility with Windows 64-bit because e.g.: sizeof(unsigned long) on linux != sizeof(unsigned long) on Windows If a parameter to a function is "unsigned long" then we will have to change it to "ULONG" instead. Rob
7817
Age (days ago)
7817
Last active (days ago)
0 comments
1 participants
participants (1)
-
Robert Shearman