imported shfolder.dll from WINE-20050830

svn path=/trunk/; revision=18019
This commit is contained in:
Thomas Bluemel 2005-09-23 19:24:20 +00:00
parent ea0f14b310
commit 128c57f209
8 changed files with 32 additions and 0 deletions

View file

@ -57,6 +57,7 @@
<property name="BASEADDRESS_WAVEMAP" value="0x76610000" />
<property name="BASEADDRESS_MPR" value="0x76620000" />
<property name="BASEADDRESS_SETUPAPI" value="0x76660000" />
<property name="BASEADDRESS_SHFOLDER" value="0x76780000" />
<property name="BASEADDRESS_NTMARTA" value="0x768A0000" />
<property name="BASEADDRESS_GDIPLUS" value="0x76a00000" />
<property name="BASEADDRESS_IMAGEHLP" value="0x76c90000" />

View file

@ -136,6 +136,7 @@ lib\serialui\serialui.dll 1
lib\setupapi\setupapi.dll 1
lib\shdocvw\shdocvw.dll 1
lib\shell32\shell32.dll 1
lib\shfolder\shfolder.dll 1
lib\shlwapi\shlwapi.dll 1
lib\smdll\smdll.dll 1
lib\syssetup\syssetup.dll 1

View file

@ -224,6 +224,9 @@
<directory name="shell32">
<xi:include href="shell32/shell32.xml" />
</directory>
<directory name="shfolder">
<xi:include href="shfolder/shfolder.xml" />
</directory>
<directory name="shlwapi">
<xi:include href="shlwapi/shlwapi.xml" />
</directory>

View file

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

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 */

View file

@ -64,6 +64,7 @@ reactos/lib/rpcrt4 # Synced to Wine-20050830
reactos/lib/setupapi # Forked at Wine-20050524
reactos/lib/shell32 # Synced to Wine-20050830
reactos/lib/shdocvw # Synced to Wine-20050830
reactos/lib/shfolder # Synced to Wine-20050830
reactos/lib/shlwapi # Synced to Wine-20050830
reactos/lib/twain # Out of sync
reactos/lib/urlmon # Synced to Wine-20050830