mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
Vendor import of shfolder
svn path=/trunk/; revision=18354
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
@ stdcall SHGetFolderPathA(long long long long ptr) shell32.SHGetFolderPathA
|
||||
@ stdcall SHGetFolderPathW(long long long long ptr) shell32.SHGetFolderPathW
|
||||
@@ -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>
|
||||
@@ -0,0 +1 @@
|
||||
/* nothing here yet */
|
||||
Reference in New Issue
Block a user