Aric Stewart wrote:
dlls/shell32/shell32.spec | 1 + dlls/shell32/shellord.c | 6 ++++++ 2 files changed, 7 insertions(+), 0 deletions(-)
Should be -noname.
While early versions of shell32 in XP this is true, in later versions of XP's shell32 and in Vista this api is accessible by name.
How should we do that then?
-aric
Nikolay Sivov wrote:
Aric Stewart wrote:
dlls/shell32/shell32.spec | 1 + dlls/shell32/shellord.c | 6 ++++++ 2 files changed, 7 insertions(+), 0 deletions(-)
Should be -noname.
Aric Stewart wrote:
While early versions of shell32 in XP this is true, in later versions of XP's shell32 and in Vista this api is accessible by name.
How should we do that then?
-aric
Nikolay Sivov wrote:
Aric Stewart wrote:
dlls/shell32/shell32.spec | 1 + dlls/shell32/shellord.c | 6 ++++++ 2 files changed, 7 insertions(+), 0 deletions(-)
Should be -noname.
Yes, checking PSDK 6.1 it's in shell32.lib. If so it's correct, sorry for noise.