Sylvain Petreolle
|
79461420bf
|
_wsplitpath: Display correctly the path being split.
|
2003-03-27 18:35:12 +00:00 |
Warren Baird
|
586808fdf2
|
- Avoid possible seg fault when calling TRACE with NULL string pointers.
- Fix bad side-effect of makepath on input parameters.
|
2003-02-19 03:43:08 +00:00 |
Alexandre Julliard
|
5f31b32946
|
Use MSVCRT_wchar_t instead of WCHAR so that the implementation matches
the prototypes.
|
2002-12-19 04:21:30 +00:00 |
Michael Stefaniuc
|
789b4b4204
|
Compile the msvcrt dll with -DSTRICT.
|
2002-10-25 03:12:01 +00:00 |
Martin Wilck
|
94638aa276
|
MSVCRT needs a public errno.h file.
|
2002-09-17 18:32:53 +00:00 |
Alexandre Julliard
|
1668870f38
|
Fixed warnings caused by new winternl.h.
|
2002-09-12 22:28:01 +00:00 |
Patrik Stridvall
|
9c1de6de30
|
Moved all the content of the DDK files ntdef.h and ntddk.h to
winternl.h.
|
2002-09-12 22:07:02 +00:00 |
Alexandre Julliard
|
44b4235af2
|
Fixed per-thread data handling.
Made terminate and unexpected function pointer per-thread.
Added set_se_translator.
|
2002-07-19 03:24:50 +00:00 |
Alexandre Julliard
|
b53f13093e
|
Attempt at fixing MAX_PATH issues for mingw.
|
2002-05-01 18:13:18 +00:00 |
Alexandre Julliard
|
5769d1de00
|
Better support for configure detection of missing types, added check
for ssize_t.
Removed a couple of no longer used portability functions.
Various portability fixes in port.h.
|
2002-04-26 19:05:15 +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 |
Dmitry Timoshkov
|
08af06c183
|
Implemented _wmakepath.
|
2002-01-29 18:00:44 +00:00 |
Alexandre Julliard
|
bd1689ec0a
|
Don't include debugtools.h in the header file, moved it to the C files
that need it (and used the new wine/debug.h while we are at it).
|
2002-01-22 00:57:16 +00:00 |
Francois Gouget
|
ee285b7ac8
|
Remove unnecessary single quoting of debugstr_xxx strings.
|
2001-05-11 20:03:40 +00:00 |
Francois Gouget
|
e7f75c5dfb
|
Include the msvcrt headers, remove duplicate definitions.
Fixed the signature of a few functions.
Don't use wcs* functions, use *W (from unicode.h) instead.
|
2001-04-10 23:25:25 +00:00 |
Francois Gouget
|
203a8f8290
|
Adjust the 'MSVCRT_' prefix to match the msvcrt headers
Prefix internal methods with 'msvcrt_' instead of 'MSVCRT_', '__MSVCRT_', etc.
Remove '_cdecl', it's unnecessary
|
2001-04-10 21:16:07 +00:00 |
Jon Griffiths
|
34c786b2db
|
- New msvcrt unicode functions, winapi_check/-Wall/-W clean.
- Forward to ntdll where possible.
- Fix some .spec entries with incorrect parameters.
|
2001-01-22 02:21:54 +00:00 |
Jon Griffiths
|
1db20bfd33
|
- Migrate CRTDLL to MSVCRT.
- Many fixes and a load of new functions.
|
2001-01-10 23:59:25 +00:00 |