mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Vendor import of shfolder
svn path=/trunk/; revision=18354
This commit is contained in:
parent
bb54f9a8ad
commit
aeb7ba332c
3 changed files with 13 additions and 0 deletions
2
reactos/lib/shfolder/shfolder.spec
Normal file
2
reactos/lib/shfolder/shfolder.spec
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
@ stdcall SHGetFolderPathA(long long long long ptr) shell32.SHGetFolderPathA
|
||||||
|
@ stdcall SHGetFolderPathW(long long long long ptr) shell32.SHGetFolderPathW
|
10
reactos/lib/shfolder/shfolder.xml
Normal file
10
reactos/lib/shfolder/shfolder.xml
Normal 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>
|
1
reactos/lib/shfolder/shfolder_main.c
Normal file
1
reactos/lib/shfolder/shfolder_main.c
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/* nothing here yet */
|
Loading…
Reference in a new issue