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
04bb0500
Commit
04bb0500
authored
Jul 12, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Jul 12, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
taskschd: Remove DECLSPEC_HIDDEN usage.
parent
8c5cf9ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
taskschd_private.h
dlls/taskschd/taskschd_private.h
+7
-7
No files found.
dlls/taskschd/taskschd_private.h
View file @
04bb0500
...
...
@@ -19,14 +19,14 @@
#ifndef __WINE_TASKSCHD_PRIVATE_H__
#define __WINE_TASKSCHD_PRIVATE_H__
HRESULT
TaskService_create
(
void
**
obj
)
DECLSPEC_HIDDEN
;
HRESULT
TaskDefinition_create
(
ITaskDefinition
**
obj
)
DECLSPEC_HIDDEN
;
HRESULT
TaskFolder_create
(
const
WCHAR
*
parent
,
const
WCHAR
*
path
,
ITaskFolder
**
obj
,
BOOL
create
)
DECLSPEC_HIDDEN
;
HRESULT
TaskFolderCollection_create
(
const
WCHAR
*
path
,
ITaskFolderCollection
**
obj
)
DECLSPEC_HIDDEN
;
HRESULT
TaskService_create
(
void
**
obj
);
HRESULT
TaskDefinition_create
(
ITaskDefinition
**
obj
);
HRESULT
TaskFolder_create
(
const
WCHAR
*
parent
,
const
WCHAR
*
path
,
ITaskFolder
**
obj
,
BOOL
create
);
HRESULT
TaskFolderCollection_create
(
const
WCHAR
*
path
,
ITaskFolderCollection
**
obj
);
HRESULT
RegisteredTask_create
(
const
WCHAR
*
path
,
const
WCHAR
*
name
,
ITaskDefinition
*
definition
,
LONG
flags
,
TASK_LOGON_TYPE
logon
,
IRegisteredTask
**
obj
,
BOOL
create
)
DECLSPEC_HIDDEN
;
HRESULT
RegisteredTaskCollection_create
(
const
WCHAR
*
path
,
IRegisteredTaskCollection
**
obj
)
DECLSPEC_HIDDEN
;
TASK_LOGON_TYPE
logon
,
IRegisteredTask
**
obj
,
BOOL
create
);
HRESULT
RegisteredTaskCollection_create
(
const
WCHAR
*
path
,
IRegisteredTaskCollection
**
obj
);
WCHAR
*
get_full_path
(
const
WCHAR
*
parent
,
const
WCHAR
*
path
)
DECLSPEC_HIDDEN
;
WCHAR
*
get_full_path
(
const
WCHAR
*
parent
,
const
WCHAR
*
path
);
#endif
/* __WINE_TASKSCHD_PRIVATE_H__ */
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