From bbfafe3c222cabf5f2d2cd8e6b61d9a3d6bfea63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Sun, 20 Jun 2004 10:39:21 +0000 Subject: [PATCH] Reserve ordinals 90 and 91. Fixes bug 182. svn path=/trunk/; revision=9747 --- reactos/lib/shell32/shell32.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/lib/shell32/shell32.spec b/reactos/lib/shell32/shell32.spec index d45db9bf719..f13b9e07555 100644 --- a/reactos/lib/shell32/shell32.spec +++ b/reactos/lib/shell32/shell32.spec @@ -83,8 +83,8 @@ 87 stdcall SHRevokeDragDrop(long) 88 stdcall SHDoDragDrop(long ptr ptr long ptr) 89 stdcall SHCloneSpecialIDList(long long long) -# 90 stub SHFindFiles -# 91 stub SHFindComputer + 90 stub SHFindFiles + 91 stub SHFindComputer 92 stdcall PathGetShortPath (ptr) PathGetShortPathAW 93 stdcall Win32CreateDirectory(wstr ptr) Win32CreateDirectoryAW 94 stdcall Win32RemoveDirectory(wstr) Win32RemoveDirectoryAW