From 1956faaa0b6d444ec78863df4e2a714a797f08cd Mon Sep 17 00:00:00 2001 From: Dmitry Chapyshev Date: Tue, 3 Feb 2009 12:54:51 +0000 Subject: [PATCH] - Remove shell.spec and version16.rc svn path=/trunk/; revision=39316 --- reactos/dll/win32/shell32/shell.spec | 45 -------------------------- reactos/dll/win32/shell32/version16.rc | 24 -------------- 2 files changed, 69 deletions(-) delete mode 100644 reactos/dll/win32/shell32/shell.spec delete mode 100644 reactos/dll/win32/shell32/version16.rc diff --git a/reactos/dll/win32/shell32/shell.spec b/reactos/dll/win32/shell32/shell.spec deleted file mode 100644 index ac36ec7737e..00000000000 --- a/reactos/dll/win32/shell32/shell.spec +++ /dev/null @@ -1,45 +0,0 @@ - 1 pascal RegOpenKey(long str ptr) RegOpenKey16 - 2 pascal RegCreateKey(long str ptr) RegCreateKey16 - 3 pascal RegCloseKey(long) RegCloseKey16 - 4 pascal RegDeleteKey(long str) RegDeleteKey16 - 5 pascal RegSetValue(long str long str long) RegSetValue16 - 6 pascal RegQueryValue(long str ptr ptr) RegQueryValue16 - 7 pascal RegEnumKey(long long ptr long) RegEnumKey16 -# 8 stub WEP - 9 pascal -ret16 DragAcceptFiles(word word) DragAcceptFiles16 - 11 pascal -ret16 DragQueryFile(word s_word ptr s_word) DragQueryFile16 - 12 pascal -ret16 DragFinish(word) DragFinish16 - 13 pascal -ret16 DragQueryPoint(word ptr) DragQueryPoint16 - 20 pascal -ret16 ShellExecute(word str str str str s_word) ShellExecute16 - 21 pascal -ret16 FindExecutable(str str ptr) FindExecutable16 - 22 pascal -ret16 ShellAbout(word ptr ptr word) ShellAbout16 - 33 pascal -ret16 AboutDlgProc(word word word long) AboutDlgProc16 - 34 pascal -ret16 ExtractIcon(word str s_word) ExtractIcon16 - 36 pascal -ret16 ExtractAssociatedIcon(word ptr ptr) ExtractAssociatedIcon16 - 37 pascal DoEnvironmentSubst(ptr word) DoEnvironmentSubst16 - 38 pascal FindEnvironmentString(ptr) FindEnvironmentString16 - 39 pascal -ret16 InternalExtractIcon(word ptr s_word word) InternalExtractIcon16 - 40 pascal -ret16 ExtractIconEx(str word ptr ptr word) ExtractIconEx16 -# 98 stub SHL3216_THUNKDATA16 -# 99 stub SHL1632_THUNKDATA16 - -#100 4 0550 HERETHARBETYGARS exported, shared data -#101 8 010e FINDEXEDLGPROC exported, shared data -101 pascal DllEntryPoint(long word word word long word) SHELL_DllEntryPoint - -102 pascal -ret16 RegisterShellHook(word word) RegisterShellHook16 -103 pascal ShellHookProc(word word long) ShellHookProc16 - -157 stub RESTARTDIALOG -# 166 PICKICONDLG - -262 pascal -ret16 DriveType(long) DriveType16 - -# 263 SH16TO32DRIVEIOCTL -# 264 SH16TO32INT2526 -# 300 SHGETFILEINFO -# 400 SHFORMATDRIVE -401 stub SHCHECKDRIVE -# 402 _RUNDLLCHECKDRIVE - -#32 WCI diff --git a/reactos/dll/win32/shell32/version16.rc b/reactos/dll/win32/shell32/version16.rc deleted file mode 100644 index 918f5b2b357..00000000000 --- a/reactos/dll/win32/shell32/version16.rc +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright 2001 Dmitry Timoshkov - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - */ - -#define WINE_FILEDESCRIPTION_STR "Wine core dll" -#define WINE_FILENAME_STR "shell.dll" -#define WINE_FILEVERSION 4,0,0,0 -#define WINE_FILEVERSION_STR "4.0" - -#include "wine/wine_common_ver.rc"