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
2aa68832
Commit
2aa68832
authored
Nov 08, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Nov 08, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntoskrnl.exe: Remove DECLSPEC_HIDDEN usage.
parent
d8f37d0a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
ntoskrnl_private.h
dlls/ntoskrnl.exe/ntoskrnl_private.h
+7
-7
No files found.
dlls/ntoskrnl.exe/ntoskrnl_private.h
View file @
2aa68832
...
@@ -72,8 +72,8 @@ struct _ETHREAD
...
@@ -72,8 +72,8 @@ struct _ETHREAD
struct
_KTHREAD
kthread
;
struct
_KTHREAD
kthread
;
};
};
void
*
alloc_kernel_object
(
POBJECT_TYPE
type
,
HANDLE
handle
,
SIZE_T
size
,
LONG
ref
)
DECLSPEC_HIDDEN
;
void
*
alloc_kernel_object
(
POBJECT_TYPE
type
,
HANDLE
handle
,
SIZE_T
size
,
LONG
ref
);
NTSTATUS
kernel_object_from_handle
(
HANDLE
handle
,
POBJECT_TYPE
type
,
void
**
ret
)
DECLSPEC_HIDDEN
;
NTSTATUS
kernel_object_from_handle
(
HANDLE
handle
,
POBJECT_TYPE
type
,
void
**
ret
);
extern
POBJECT_TYPE
ExEventObjectType
;
extern
POBJECT_TYPE
ExEventObjectType
;
extern
POBJECT_TYPE
ExSemaphoreObjectType
;
extern
POBJECT_TYPE
ExSemaphoreObjectType
;
...
@@ -100,15 +100,15 @@ struct wine_driver
...
@@ -100,15 +100,15 @@ struct wine_driver
struct
list
root_pnp_devices
;
struct
list
root_pnp_devices
;
};
};
void
ObReferenceObject
(
void
*
obj
)
DECLSPEC_HIDDEN
;
void
ObReferenceObject
(
void
*
obj
);
void
pnp_manager_start
(
void
)
DECLSPEC_HIDDEN
;
void
pnp_manager_start
(
void
);
void
pnp_manager_stop_driver
(
struct
wine_driver
*
driver
)
DECLSPEC_HIDDEN
;
void
pnp_manager_stop_driver
(
struct
wine_driver
*
driver
);
void
pnp_manager_stop
(
void
)
DECLSPEC_HIDDEN
;
void
pnp_manager_stop
(
void
);
void
CDECL
wine_enumerate_root_devices
(
const
WCHAR
*
driver_name
);
void
CDECL
wine_enumerate_root_devices
(
const
WCHAR
*
driver_name
);
struct
wine_driver
*
get_driver
(
const
WCHAR
*
name
)
DECLSPEC_HIDDEN
;
struct
wine_driver
*
get_driver
(
const
WCHAR
*
name
);
static
const
WCHAR
servicesW
[]
=
{
'\\'
,
'R'
,
'e'
,
'g'
,
'i'
,
's'
,
't'
,
'r'
,
'y'
,
static
const
WCHAR
servicesW
[]
=
{
'\\'
,
'R'
,
'e'
,
'g'
,
'i'
,
's'
,
't'
,
'r'
,
'y'
,
'\\'
,
'M'
,
'a'
,
'c'
,
'h'
,
'i'
,
'n'
,
'e'
,
'\\'
,
'M'
,
'a'
,
'c'
,
'h'
,
'i'
,
'n'
,
'e'
,
...
...
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