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
7a0c6f44
Commit
7a0c6f44
authored
Aug 14, 2012
by
Piotr Caban
Committed by
Alexandre Julliard
Aug 14, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp: Rename msvcp90 debug channel.
parent
e8f808a6
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
exception.c
dlls/msvcp60/exception.c
+1
-1
main.c
dlls/msvcp60/main.c
+1
-1
string.c
dlls/msvcp60/string.c
+1
-1
exception.c
dlls/msvcp90/exception.c
+1
-1
ios.c
dlls/msvcp90/ios.c
+1
-1
locale.c
dlls/msvcp90/locale.c
+1
-1
misc.c
dlls/msvcp90/misc.c
+1
-1
msvcp90_main.c
dlls/msvcp90/msvcp90_main.c
+1
-1
string.c
dlls/msvcp90/string.c
+1
-1
No files found.
dlls/msvcp60/exception.c
View file @
7a0c6f44
...
...
@@ -25,7 +25,7 @@
#include "windef.h"
#include "winbase.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
msvcp
90
);
WINE_DEFAULT_DEBUG_CHANNEL
(
msvcp
);
/* dlls/msvcrt/cppexcept.h */
typedef
void
(
*
cxx_copy_ctor
)(
void
);
...
...
dlls/msvcp60/main.c
View file @
7a0c6f44
...
...
@@ -26,7 +26,7 @@
#include "winbase.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
msvcp
90
);
WINE_DEFAULT_DEBUG_CHANNEL
(
msvcp
);
#ifdef __i386__
...
...
dlls/msvcp60/string.c
View file @
7a0c6f44
...
...
@@ -27,7 +27,7 @@
#include "windef.h"
#include "winbase.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
msvcp
90
);
WINE_DEFAULT_DEBUG_CHANNEL
(
msvcp
);
#define FROZEN 255
...
...
dlls/msvcp90/exception.c
View file @
7a0c6f44
...
...
@@ -25,7 +25,7 @@
#include "windef.h"
#include "winbase.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
msvcp
90
);
WINE_DEFAULT_DEBUG_CHANNEL
(
msvcp
);
/* dlls/msvcrt/cppexcept.h */
typedef
void
(
*
cxx_copy_ctor
)(
void
);
...
...
dlls/msvcp90/ios.c
View file @
7a0c6f44
...
...
@@ -27,7 +27,7 @@
#include "windef.h"
#include "winbase.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
msvcp
90
);
WINE_DEFAULT_DEBUG_CHANNEL
(
msvcp
);
/* ?_Index@ios_base@std@@0HA */
int
ios_base_Index
=
0
;
...
...
dlls/msvcp90/locale.c
View file @
7a0c6f44
...
...
@@ -34,7 +34,7 @@
#include "winnls.h"
#include "wine/unicode.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
msvcp
90
);
WINE_DEFAULT_DEBUG_CHANNEL
(
msvcp
);
char
*
__cdecl
_Getdays
(
void
);
char
*
__cdecl
_Getmonths
(
void
);
...
...
dlls/msvcp90/misc.c
View file @
7a0c6f44
...
...
@@ -26,7 +26,7 @@
#include "windef.h"
#include "winbase.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
msvcp
90
);
WINE_DEFAULT_DEBUG_CHANNEL
(
msvcp
);
/* ??0_Mutex@std@@QAE@XZ */
/* ??0_Mutex@std@@QEAA@XZ */
...
...
dlls/msvcp90/msvcp90_main.c
View file @
7a0c6f44
...
...
@@ -26,7 +26,7 @@
#include "winbase.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
msvcp
90
);
WINE_DEFAULT_DEBUG_CHANNEL
(
msvcp
);
#ifdef __i386__
...
...
dlls/msvcp90/string.c
View file @
7a0c6f44
...
...
@@ -27,7 +27,7 @@
#include "windef.h"
#include "winbase.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
msvcp
90
);
WINE_DEFAULT_DEBUG_CHANNEL
(
msvcp
);
/* _String_iterator<char> and _String_const_iterator<char> class */
typedef
struct
{
...
...
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