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
f63fd826
Commit
f63fd826
authored
Sep 13, 2014
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 15, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Prefix _set_output_format() with MSVCRT_ to avoid a collision with MinGW.
parent
97be8d02
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
msvcr100.spec
dlls/msvcr100/msvcr100.spec
+1
-1
msvcr110.spec
dlls/msvcr110/msvcr110.spec
+1
-1
msvcr80.spec
dlls/msvcr80/msvcr80.spec
+1
-1
msvcr90.spec
dlls/msvcr90/msvcr90.spec
+1
-1
misc.c
dlls/msvcrt/misc.c
+1
-1
msvcrt.spec
dlls/msvcrt/msvcrt.spec
+1
-1
No files found.
dlls/msvcr100/msvcr100.spec
View file @
f63fd826
...
...
@@ -1274,7 +1274,7 @@
@ cdecl _set_fmode(long) MSVCRT__set_fmode
@ cdecl _set_invalid_parameter_handler(ptr)
@ stub _set_malloc_crt_max_wait
@ cdecl _set_output_format(long)
@ cdecl _set_output_format(long)
MSVCRT__set_output_format
@ cdecl _set_printf_count_output(long) MSVCRT__set_printf_count_output
@ cdecl _set_purecall_handler(ptr)
@ cdecl _seterrormode(long)
...
...
dlls/msvcr110/msvcr110.spec
View file @
f63fd826
...
...
@@ -1632,7 +1632,7 @@
@ cdecl _set_fmode(long) MSVCRT__set_fmode
@ cdecl _set_invalid_parameter_handler(ptr)
@ stub _set_malloc_crt_max_wait
@ cdecl _set_output_format(long)
@ cdecl _set_output_format(long)
MSVCRT__set_output_format
@ cdecl _set_printf_count_output(long) MSVCRT__set_printf_count_output
@ cdecl _set_purecall_handler(ptr)
@ cdecl _seterrormode(long)
...
...
dlls/msvcr80/msvcr80.spec
View file @
f63fd826
...
...
@@ -953,7 +953,7 @@
@ cdecl _set_fmode(long) MSVCRT__set_fmode
@ cdecl _set_invalid_parameter_handler(ptr)
@ stub _set_malloc_crt_max_wait
@ cdecl _set_output_format(long)
@ cdecl _set_output_format(long)
MSVCRT__set_output_format
@ cdecl _set_printf_count_output(long) MSVCRT__set_printf_count_output
@ cdecl _set_purecall_handler(ptr)
@ cdecl _set_sbh_threshold(long)
...
...
dlls/msvcr90/msvcr90.spec
View file @
f63fd826
...
...
@@ -929,7 +929,7 @@
@ cdecl _set_fmode(long) MSVCRT__set_fmode
@ cdecl _set_invalid_parameter_handler(ptr)
@ stub _set_malloc_crt_max_wait
@ cdecl _set_output_format(long)
@ cdecl _set_output_format(long)
MSVCRT__set_output_format
@ cdecl _set_printf_count_output(long) MSVCRT__set_printf_count_output
@ cdecl _set_purecall_handler(ptr)
@ cdecl _set_sbh_threshold(long)
...
...
dlls/msvcrt/misc.c
View file @
f63fd826
...
...
@@ -377,7 +377,7 @@ unsigned int CDECL MSVCRT__get_output_format(void)
/*********************************************************************
* _set_output_format (MSVCRT.@)
*/
unsigned
int
CDECL
_set_output_format
(
unsigned
int
new_output_format
)
unsigned
int
CDECL
MSVCRT_
_set_output_format
(
unsigned
int
new_output_format
)
{
unsigned
int
ret
=
output_format
;
...
...
dlls/msvcrt/msvcrt.spec
View file @
f63fd826
...
...
@@ -898,7 +898,7 @@
@ cdecl _set_error_mode(long)
# stub _set_fileinfo(long)
@ cdecl _set_fmode(long) MSVCRT__set_fmode
@ cdecl _set_output_format(long)
@ cdecl _set_output_format(long)
MSVCRT__set_output_format
@ cdecl _set_sbh_threshold(long)
@ cdecl _seterrormode(long)
@ cdecl -arch=i386,x86_64,arm -norelay _setjmp(ptr) MSVCRT__setjmp
...
...
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