Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
fdc6f610
Commit
fdc6f610
authored
Nov 12, 2015
by
Jacek Caban
Committed by
Alexandre Julliard
Nov 13, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
advapi32: Added DECLSPEC_HOTPATCHABLE to CreateProcessAsUser[AW] functions.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
80c53b33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
security.c
dlls/advapi32/security.c
+4
-2
No files found.
dlls/advapi32/security.c
View file @
fdc6f610
...
...
@@ -19,6 +19,8 @@
*
*/
#include "config.h"
#include <stdarg.h>
#include <string.h>
...
...
@@ -5312,7 +5314,7 @@ BOOL WINAPI DestroyPrivateObjectSecurity( PSECURITY_DESCRIPTOR* ObjectDescriptor
return
TRUE
;
}
BOOL
WINAPI
CreateProcessAsUserA
(
BOOL
WINAPI
DECLSPEC_HOTPATCH
CreateProcessAsUserA
(
HANDLE
hToken
,
LPCSTR
lpApplicationName
,
LPSTR
lpCommandLine
,
...
...
@@ -5367,7 +5369,7 @@ BOOL WINAPI CreateProcessAsUserA(
return
ret
;
}
BOOL
WINAPI
CreateProcessAsUserW
(
BOOL
WINAPI
DECLSPEC_HOTPATCH
CreateProcessAsUserW
(
HANDLE
hToken
,
LPCWSTR
lpApplicationName
,
LPWSTR
lpCommandLine
,
...
...
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