From 9871dc07669ede7fef30f07431f9577f760a4673 Mon Sep 17 00:00:00 2001 From: Stefan Leichter Date: Fri, 9 Jan 2009 12:26:40 +0100 Subject: [PATCH] shell32: Add stub for ordinal 526. --- dlls/shell32/shell32.spec | 1 + dlls/shell32/shellord.c | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/dlls/shell32/shell32.spec b/dlls/shell32/shell32.spec index b4761c66059..a3d76ac6b16 100644 --- a/dlls/shell32/shell32.spec +++ b/dlls/shell32/shell32.spec @@ -231,6 +231,7 @@ 523 stdcall -noname SHFreeShared(long long) 524 stdcall -noname RealDriveType(long long) 525 stub RealDriveTypeFlags + 526 stdcall @() SHELL32_526 640 stdcall -noname NTSHChangeNotifyRegister(long long long long long long) 641 stdcall -noname NTSHChangeNotifyDeregister(long) diff --git a/dlls/shell32/shellord.c b/dlls/shell32/shellord.c index 78934451d61..2b7103cd112 100644 --- a/dlls/shell32/shellord.c +++ b/dlls/shell32/shellord.c @@ -1992,3 +1992,12 @@ BOOL WINAPI LinkWindow_UnregisterClass(void) FIXME("()\n"); return TRUE; } + +/************************************************************************* + * (SHELL32.526) + */ +BOOL WINAPI SHELL32_526(void) +{ + FIXME("()\n"); + return FALSE; +} -- 2.11.4.GIT