Marcus Meissner
|
5c7ed28ff3
|
mscvrt: Fix include to be C++ compatible.
|
2010-07-08 17:33:38 +02:00 |
Alexandre Julliard
|
580e07e7ba
|
include/msvcrt: Add explicit msvcrt_long types to replace long for 64-bit compatibility.
|
2009-05-23 11:57:39 +02:00 |
Alexandre Julliard
|
bb33b0a21d
|
msvcrt: Add __cdecl to all function prototypes.
|
2008-12-17 15:00:28 +01:00 |
Alexandre Julliard
|
33fa6c2e25
|
include: Add the msvcrt/crtdefs.h header and include it where needed.
|
2008-12-12 10:19:55 +01:00 |
Jon Griffiths
|
7d39c97e5f
|
include/msvcrt: Wrap remaining msvcrt headers for C++ compilation.
|
2008-06-18 16:48:08 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Eric Pouech
|
e66e227dbe
|
Fixes for missing prototypes warnings.
|
2006-02-06 13:13:28 +01:00 |
Saulius Krasuckas
|
6de20f33ae
|
- Declare implemented functions inside #ifndef _DEBUG block.
- Make MSVCRTD_operator_new_dbg recognize types of memory blocks.
|
2005-07-21 10:34:08 +00:00 |
Jon Griffiths
|
5f17550896
|
Don't redefine __WINE_USE_MSVCRT (msvc warning).
Don't return a void value in swab().
'long long' is not recognised by msvc, use __int64.
|
2003-07-18 22:57:15 +00:00 |
Patrick J. McNerthney
|
93703772e6
|
Added casts to all macros to avoid compiler warnings.
|
2002-09-24 03:04:45 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Francois Gouget
|
a45907c4c0
|
Added __WINE_USE_MSVCRT.
|
2001-10-22 18:59:23 +00:00 |
Francois Gouget
|
131961d4ab
|
Provide limited support for the msvcrt debug API.
|
2001-04-23 18:19:27 +00:00 |