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 */