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
4713675f
Commit
4713675f
authored
Mar 19, 2020
by
Jacek Caban
Committed by
Alexandre Julliard
Mar 19, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corecrt_startup.h: Add more declarations.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
ec4b4c33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
corecrt_startup.h
include/msvcrt/corecrt_startup.h
+8
-0
No files found.
include/msvcrt/corecrt_startup.h
View file @
4713675f
...
...
@@ -34,6 +34,9 @@ typedef struct _onexit_table_t {
typedef
int
(
__cdecl
*
_onexit_t
)(
void
);
struct
_exception
;
typedef
int
(
__cdecl
*
_UserMathErrorFunctionPointer
)(
struct
_exception
*
);
#ifdef __cplusplus
extern
"C"
{
#endif
...
...
@@ -44,11 +47,16 @@ _ACRTIMP void __cdecl __wgetmainargs(int *, wchar_t ***, wchar_t ***, int, int *
#define _set_app_type __set_app_type
#endif
/* _UCRT */
_ACRTIMP
void
__cdecl
__setusermatherr
(
_UserMathErrorFunctionPointer
);
_ACRTIMP
errno_t
__cdecl
_configure_narrow_argv
(
_crt_argv_mode
);
_ACRTIMP
errno_t
__cdecl
_configure_wide_argv
(
_crt_argv_mode
);
_ACRTIMP
int
__cdecl
_crt_at_quick_exit
(
_PVFV
);
_ACRTIMP
int
__cdecl
_crt_atexit
(
_PVFV
);
_ACRTIMP
int
__cdecl
_execute_onexit_table
(
_onexit_table_t
*
);
_ACRTIMP
char
**
__cdecl
_get_initial_narrow_environment
(
void
);
_ACRTIMP
wchar_t
**
__cdecl
_get_initial_wide_environment
(
void
);
_ACRTIMP
char
*
__cdecl
_get_narrow_winmain_command_line
(
void
);
_ACRTIMP
wchar_t
*
__cdecl
_get_wide_winmain_command_line
(
void
);
_ACRTIMP
int
__cdecl
_initialize_narrow_environment
(
void
);
_ACRTIMP
int
__cdecl
_initialize_onexit_table
(
_onexit_table_t
*
);
_ACRTIMP
int
__cdecl
_initialize_wide_environment
(
void
);
...
...
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