shfolder vendor drop
Added: vendor/wine/dlls/shfolder/
Added: vendor/wine/dlls/shfolder/current/
Added: vendor/wine/dlls/shfolder/current/Makefile.in
Added: vendor/wine/dlls/shfolder/current/shfolder.spec
Added: vendor/wine/dlls/shfolder/current/shfolder_main.c

Added: vendor/wine/dlls/shfolder/current/Makefile.in
--- vendor/wine/dlls/shfolder/current/Makefile.in	2005-10-08 19:07:39 UTC (rev 18351)
+++ vendor/wine/dlls/shfolder/current/Makefile.in	2005-10-08 19:15:17 UTC (rev 18352)
@@ -0,0 +1,13 @@
+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:
Property changes on: vendor/wine/dlls/shfolder/current/Makefile.in
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:eol-style
   + native

Added: vendor/wine/dlls/shfolder/current/shfolder.spec
--- vendor/wine/dlls/shfolder/current/shfolder.spec	2005-10-08 19:07:39 UTC (rev 18351)
+++ vendor/wine/dlls/shfolder/current/shfolder.spec	2005-10-08 19:15:17 UTC (rev 18352)
@@ -0,0 +1,2 @@
+@ stdcall SHGetFolderPathA(long long long long ptr) shell32.SHGetFolderPathA
+@ stdcall SHGetFolderPathW(long long long long ptr) shell32.SHGetFolderPathW

Added: vendor/wine/dlls/shfolder/current/shfolder_main.c
--- vendor/wine/dlls/shfolder/current/shfolder_main.c	2005-10-08 19:07:39 UTC (rev 18351)
+++ vendor/wine/dlls/shfolder/current/shfolder_main.c	2005-10-08 19:15:17 UTC (rev 18352)
@@ -0,0 +1 @@
+/* nothing here yet */
Property changes on: vendor/wine/dlls/shfolder/current/shfolder_main.c
___________________________________________________________________
Name: svn:keywords
   + Author Date Id Revision
Name: svn:eol-style
   + native