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
de47a596
Commit
de47a596
authored
Apr 09, 2020
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libwine: Remove __wine_main_arg* from the public header.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
18273d5e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
ntdll_misc.h
dlls/ntdll/ntdll_misc.h
+4
-0
library.h
include/wine/library.h
+0
-5
No files found.
dlls/ntdll/ntdll_misc.h
View file @
de47a596
...
...
@@ -92,6 +92,10 @@ extern void init_user_process_params( SIZE_T data_size ) DECLSPEC_HIDDEN;
extern
char
**
build_envp
(
const
WCHAR
*
envW
)
DECLSPEC_HIDDEN
;
extern
NTSTATUS
restart_process
(
RTL_USER_PROCESS_PARAMETERS
*
params
,
NTSTATUS
status
)
DECLSPEC_HIDDEN
;
extern
int
__wine_main_argc
;
extern
char
**
__wine_main_argv
;
extern
WCHAR
**
__wine_main_wargv
;
/* server support */
extern
timeout_t
server_start_time
DECLSPEC_HIDDEN
;
extern
unsigned
int
server_cpus
DECLSPEC_HIDDEN
;
...
...
include/wine/library.h
View file @
de47a596
...
...
@@ -54,13 +54,8 @@ extern void wine_exec_wine_binary( const char *name, char **argv, const char *en
/* dll loading */
typedef
void
(
*
load_dll_callback_t
)(
void
*
,
const
char
*
);
extern
void
wine_dll_set_callback
(
load_dll_callback_t
load
);
extern
const
char
*
wine_dll_enum_load_path
(
unsigned
int
index
);
extern
int
__wine_main_argc
;
extern
char
**
__wine_main_argv
;
extern
WCHAR
**
__wine_main_wargv
;
extern
void
__wine_dll_register
(
const
IMAGE_NT_HEADERS
*
header
,
const
char
*
filename
);
extern
void
wine_init
(
int
argc
,
char
*
argv
[],
char
*
error
,
int
error_size
);
...
...
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