Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
1ba1ff5f
Commit
1ba1ff5f
authored
Feb 03, 2009
by
Nikolay Sivov
Committed by
Alexandre Julliard
Feb 04, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
propsys: Stub for PSRegisterPropertySchema.
parent
c17266de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
propsys.spec
dlls/propsys/propsys.spec
+1
-1
propsys_main.c
dlls/propsys/propsys_main.c
+7
-0
No files found.
dlls/propsys/propsys.spec
View file @
1ba1ff5f
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
@ stub PSLookupPropertyHandlerCLSID
@ stub PSLookupPropertyHandlerCLSID
@ stub PSPropertyKeyFromString
@ stub PSPropertyKeyFromString
@ stub PSRefreshPropertySchema
@ stub PSRefreshPropertySchema
@ st
ub PSRegisterPropertySchema
@ st
dcall PSRegisterPropertySchema(wstr)
@ stub PSSetPropertyValue
@ stub PSSetPropertyValue
@ stub PSStringFromPropertyKey
@ stub PSStringFromPropertyKey
@ stub PSUnregisterPropertySchema
@ stub PSUnregisterPropertySchema
...
...
dlls/propsys/propsys_main.c
View file @
1ba1ff5f
...
@@ -47,3 +47,10 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
...
@@ -47,3 +47,10 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
return
TRUE
;
return
TRUE
;
}
}
HRESULT
WINAPI
PSRegisterPropertySchema
(
PCWSTR
path
)
{
FIXME
(
"stub
\n
"
);
return
E_NOTIMPL
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment