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
92450cb4
Commit
92450cb4
authored
Apr 04, 2014
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Apr 04, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
schedsvc: Add some tests for scheduler RPC API.
parent
a67565ed
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
0 deletions
+13
-0
configure
configure
+1
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/schedsvc/tests/Makefile.in
+8
-0
rpcapi.c
dlls/schedsvc/tests/rpcapi.c
+0
-0
schrpc.idl
dlls/schedsvc/tests/schrpc.idl
+3
-0
No files found.
configure
View file @
92450cb4
...
...
@@ -17137,6 +17137,7 @@ wine_fn_config_dll sccbase enable_sccbase
wine_fn_config_dll schannel enable_schannel
wine_fn_config_test dlls/schannel/tests schannel_test
wine_fn_config_dll schedsvc enable_schedsvc clean
wine_fn_config_test dlls/schedsvc/tests schedsvc_test clean
wine_fn_config_dll scrrun enable_scrrun clean
wine_fn_config_test dlls/scrrun/tests scrrun_test clean
wine_fn_config_dll scsiport.sys enable_scsiport_sys
...
...
configure.ac
View file @
92450cb4
...
...
@@ -3116,6 +3116,7 @@ WINE_CONFIG_DLL(sccbase)
WINE_CONFIG_DLL(schannel)
WINE_CONFIG_TEST(dlls/schannel/tests)
WINE_CONFIG_DLL(schedsvc,,[clean])
WINE_CONFIG_TEST(dlls/schedsvc/tests,[clean])
WINE_CONFIG_DLL(scrrun,,[clean])
WINE_CONFIG_TEST(dlls/scrrun/tests,[clean])
WINE_CONFIG_DLL(scsiport.sys)
...
...
dlls/schedsvc/tests/Makefile.in
0 → 100644
View file @
92450cb4
TESTDLL
=
schedsvc.dll
IMPORTS
=
rpcrt4
C_SRCS
=
\
rpcapi.c
IDL_SRCS
=
\
schrpc.idl
dlls/schedsvc/tests/rpcapi.c
0 → 100644
View file @
92450cb4
This diff is collapsed.
Click to expand it.
dlls/schedsvc/tests/schrpc.idl
0 → 100644
View file @
92450cb4
#
pragma
makedep
client
#
include
"wine/schrpc.idl"
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