Commit acb7f8ab authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

pstorec: Add a stub implementation.

parent 3dade1e7
......@@ -1704,6 +1704,7 @@ dlls/opengl32/Makefile
dlls/powrprof/Makefile
dlls/psapi/Makefile
dlls/psapi/tests/Makefile
dlls/pstorec/Makefile
dlls/qcap/Makefile
dlls/quartz/Makefile
dlls/quartz/tests/Makefile
......
......@@ -130,6 +130,7 @@ BASEDIRS = \
olesvr32 \
powrprof \
psapi \
pstorec \
qcap \
quartz \
query \
......
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = pstorec.dll
IMPORTS = ole32 shlwapi advapi32 kernel32
EXTRALIBS = -luuid
C_SRCS = \
pstorec.c
@MAKE_DLL_RULES@
### Dependencies:
@ stdcall -private DllCanUnloadNow()
@ stdcall -private DllGetClassObject(ptr ptr ptr)
@ stdcall -private DllRegisterServer()
@ stdcall -private DllUnregisterServer()
@ stub GetPStoreProvider
@ stdcall PStoreCreateInstance(ptr ptr ptr long)
@ stub PStoreEnumProviders
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment