From bb54f9a8ad1293b75049424b3cf6bf2d94c59ba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Sat, 8 Oct 2005 19:20:41 +0000 Subject: [PATCH] Remove old shfolder in preparation for vendor import svn path=/trunk/; revision=18353 --- reactos/lib/shfolder/Makefile.in | 13 ------------- reactos/lib/shfolder/shfolder.spec | 2 -- reactos/lib/shfolder/shfolder.xml | 10 ---------- reactos/lib/shfolder/shfolder_main.c | 1 - 4 files changed, 26 deletions(-) delete mode 100644 reactos/lib/shfolder/Makefile.in delete mode 100644 reactos/lib/shfolder/shfolder.spec delete mode 100644 reactos/lib/shfolder/shfolder.xml delete mode 100644 reactos/lib/shfolder/shfolder_main.c diff --git a/reactos/lib/shfolder/Makefile.in b/reactos/lib/shfolder/Makefile.in deleted file mode 100644 index b497a221b56..00000000000 --- a/reactos/lib/shfolder/Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ -MODULE = shfolder.dll -IMPORTLIB = libshfolder.$(IMPLIBEXT) -IMPORTS = shell32 kernel32 - -C_SRCS = shfolder_main.c - -@MAKE_DLL_RULES@ - -### Dependencies: diff --git a/reactos/lib/shfolder/shfolder.spec b/reactos/lib/shfolder/shfolder.spec deleted file mode 100644 index 06250240f96..00000000000 --- a/reactos/lib/shfolder/shfolder.spec +++ /dev/null @@ -1,2 +0,0 @@ -@ stdcall SHGetFolderPathA(long long long long ptr) shell32.SHGetFolderPathA -@ stdcall SHGetFolderPathW(long long long long ptr) shell32.SHGetFolderPathW diff --git a/reactos/lib/shfolder/shfolder.xml b/reactos/lib/shfolder/shfolder.xml deleted file mode 100644 index 845549a9d90..00000000000 --- a/reactos/lib/shfolder/shfolder.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - . - include - - - shell32 - shfolder_main.c - shfolder.spec - diff --git a/reactos/lib/shfolder/shfolder_main.c b/reactos/lib/shfolder/shfolder_main.c deleted file mode 100644 index 67a01ed518c..00000000000 --- a/reactos/lib/shfolder/shfolder_main.c +++ /dev/null @@ -1 +0,0 @@ -/* nothing here yet */