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
610d48ba
Commit
610d48ba
authored
Mar 29, 2019
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrtd: Share source with msvcrt.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
4a5bff83
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
16 deletions
+33
-16
Makefile.in
dlls/msvcrtd/Makefile.in
+32
-2
debug.c
dlls/msvcrtd/debug.c
+1
-13
msvcrtd.spec
dlls/msvcrtd/msvcrtd.spec
+0
-0
make_specfiles
tools/make_specfiles
+0
-1
No files found.
dlls/msvcrtd/Makefile.in
View file @
610d48ba
EXTRADEFS
=
-D_MT
-D_MSVCR_VER
=
0
MODULE
=
msvcrtd.dll
MODULE
=
msvcrtd.dll
IMPORTLIB
=
msvcrtd
IMPORTLIB
=
msvcrtd
IMPORTS
=
msvcrt
PARENTSRC
=
../msvcrt
DELAYIMPORTS
=
advapi32 user32
C_SRCS
=
\
C_SRCS
=
\
debug.c
console.c
\
cpp.c
\
ctype.c
\
data.c
\
debug.c
\
dir.c
\
environ.c
\
errno.c
\
except.c
\
except_arm.c
\
except_arm64.c
\
except_i386.c
\
except_x86_64.c
\
exit.c
\
file.c
\
heap.c
\
locale.c
\
lock.c
\
main.c
\
math.c
\
mbcs.c
\
misc.c
\
process.c
\
scanf.c
\
string.c
\
thread.c
\
time.c
\
undname.c
\
wcs.c
dlls/msvcrtd/debug.c
View file @
610d48ba
...
@@ -18,24 +18,12 @@
...
@@ -18,24 +18,12 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
*/
#include "wine/debug.h"
#include "msvcrt.h"
#include "winbase.h"
#define _DEBUG
#include "crtdbg.h"
int
_crtAssertBusy
=
-
1
;
int
_crtAssertBusy
=
-
1
;
int
_crtBreakAlloc
=
-
1
;
int
_crtBreakAlloc
=
-
1
;
int
_crtDbgFlag
=
0
;
int
_crtDbgFlag
=
0
;
#ifdef _WIN64
typedef
unsigned
__int64
MSVCRT_size_t
;
#else
typedef
unsigned
long
MSVCRT_size_t
;
#endif
extern
int
_callnewh
(
MSVCRT_size_t
);
/*********************************************************************
/*********************************************************************
* _CrtSetDumpClient (MSVCRTD.@)
* _CrtSetDumpClient (MSVCRTD.@)
...
...
dlls/msvcrtd/msvcrtd.spec
View file @
610d48ba
This diff is collapsed.
Click to expand it.
tools/make_specfiles
View file @
610d48ba
...
@@ -31,7 +31,6 @@ my @dll_groups =
...
@@ -31,7 +31,6 @@ my @dll_groups =
"msvcirt"
,
"msvcirt"
,
"msvcrt40"
,
"msvcrt40"
,
"msvcrt20"
,
"msvcrt20"
,
"msvcrtd"
,
"crtdll"
,
"crtdll"
,
],
],
[
[
...
...
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