Vendor import of shfolder
authorGé van Geldorp <ge@gse.nl>
Sat, 8 Oct 2005 19:24:54 +0000 (19:24 +0000)
committerGé van Geldorp <ge@gse.nl>
Sat, 8 Oct 2005 19:24:54 +0000 (19:24 +0000)
svn path=/trunk/; revision=18354

reactos/lib/shfolder/shfolder.spec [new file with mode: 0644]
reactos/lib/shfolder/shfolder.xml [new file with mode: 0644]
reactos/lib/shfolder/shfolder_main.c [new file with mode: 0644]

diff --git a/reactos/lib/shfolder/shfolder.spec b/reactos/lib/shfolder/shfolder.spec
new file mode 100644 (file)
index 0000000..0625024
--- /dev/null
@@ -0,0 +1,2 @@
+@ 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
new file mode 100644 (file)
index 0000000..845549a
--- /dev/null
@@ -0,0 +1,10 @@
+<module name="shfolder" type="win32dll" baseaddress="${BASEADDRESS_SHFOLDER}" installbase="system32" installname="shfolder.dll">
+       <importlibrary definition="shfolder.spec.def" />
+       <include base="shfolder">.</include>
+       <include base="shfolder">include</include>
+       <define name="__REACTOS__" />
+       <define name="__USE_W32API" />
+       <library>shell32</library>
+       <file>shfolder_main.c</file>
+       <file>shfolder.spec</file>
+</module>
diff --git a/reactos/lib/shfolder/shfolder_main.c b/reactos/lib/shfolder/shfolder_main.c
new file mode 100644 (file)
index 0000000..67a01ed
--- /dev/null
@@ -0,0 +1 @@
+/* nothing here yet */