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
338100c2
Commit
338100c2
authored
Jan 13, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
Jan 15, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Declare some items static.
parent
77865765
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
except.c
dlls/msvcrt/except.c
+1
-1
exit.c
dlls/msvcrt/exit.c
+1
-1
No files found.
dlls/msvcrt/except.c
View file @
338100c2
...
...
@@ -412,7 +412,7 @@ static BOOL WINAPI msvcrt_console_handler(DWORD ctrlType)
typedef
void
(
*
float_handler
)(
int
,
int
);
/* The exception codes are actually NTSTATUS values */
struct
st
atic
const
st
ruct
{
NTSTATUS
status
;
int
signal
;
...
...
dlls/msvcrt/exit.c
View file @
338100c2
...
...
@@ -41,7 +41,7 @@ extern char *MSVCRT__pgmptr;
void
(
*
_aexit_rtn
)(
int
)
=
MSVCRT__exit
;
/* INTERNAL: call atexit functions */
void
__MSVCRT__call_atexit
(
void
)
static
void
__MSVCRT__call_atexit
(
void
)
{
/* Note: should only be called with the exit lock held */
TRACE
(
"%d atext functions to call
\n
"
,
MSVCRT_atexit_registered
);
...
...
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