Vendor import of shfolder

svn path=/trunk/; revision=18354
This commit is contained in:
Gé van Geldorp 2005-10-08 19:24:54 +00:00
parent bb54f9a8ad
commit aeb7ba332c
3 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,2 @@
@ stdcall SHGetFolderPathA(long long long long ptr) shell32.SHGetFolderPathA
@ stdcall SHGetFolderPathW(long long long long ptr) shell32.SHGetFolderPathW

View file

@ -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>

View file

@ -0,0 +1 @@
/* nothing here yet */