Francois Gouget
|
14a5d168e9
|
Fixed some common spelling errors.
|
2003-07-02 04:37:26 +00:00 |
Dimitrie O. Paun
|
737d4be892
|
Move excpt.h out of include/msvcrt/ as it does not conflict with any
standard Unix header.
|
2002-12-12 23:34:01 +00:00 |
Michael Stefaniuc
|
9444dd2541
|
Compile fix when all handles are converted to a void*.
|
2002-10-15 21:00:05 +00:00 |
Alexandre Julliard
|
a5755b10a7
|
Authors: Mike McCormack <mikem@codeweavers.com>, Jeremy White <jwhite@codeweavers.com>
Fixed memory leaks.
|
2002-06-13 23:54:55 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +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 |
Peter Hunnisett
|
73ab649ced
|
New file msvcrt/excpt.h. Move some stuff out of winnt.h into it.
|
2002-02-25 20:10:35 +00:00 |
Michael Stefaniuc
|
1b3c04d2c1
|
Check the return value of *snprintf for C99 style overflow reporting.
|
2001-12-26 19:48:15 +00:00 |
Alexandre Julliard
|
4b62618122
|
Added support for low-level mouse and keyboard hooks.
Misc keyboard handling cleanups.
|
2001-10-17 17:50:02 +00:00 |
Alexandre Julliard
|
5f728cae70
|
Removed HEAP_strdupA.
|
2001-07-24 21:45:22 +00:00 |
Patrik Stridvall
|
33929be46f
|
- Made sure that the files that contains the declarations
of implementated functions are included.
- Corrected mismatching prototypes.
- Cleaned up the include section.
|
2001-07-18 21:04:23 +00:00 |
Patrik Stridvall
|
044855c6ec
|
Documentation fixes.
|
2001-07-11 18:56:41 +00:00 |
Patrik Stridvall
|
01d5e5b071
|
Documentation fixes.
|
2001-07-02 19:59:40 +00:00 |
Dmitry Timoshkov
|
affc9a8817
|
Move IsCharAlphaA and IsCharAlphaNumericA to user32.
Better implement some of user32 *Char* functions regarding locale.
Remove kernel32 dependency on user32.
|
2001-06-14 19:27:01 +00:00 |
Patrik Stridvall
|
dae8de69e2
|
Documentation ordinal fixes (using winapi_fixup).
|
2001-06-13 20:13:18 +00:00 |
Eric Pouech
|
4f34b18929
|
Fix some crash on bad parameter conditions.
|
2001-04-16 20:27:16 +00:00 |
Patrik Stridvall
|
0c61028734
|
Documentation ordinal fixes.
|
2001-01-25 22:22:21 +00:00 |
Jon Griffiths
|
4ab1558d8a
|
- Remove <string.h> from winnt.h.
- ntdll: complete crt functions, prevent libc imports, fix sscanf.
|
2001-01-22 02:17:29 +00:00 |
Alexandre Julliard
|
982a223f36
|
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
Fixed a few ptr/segptr mismatches.
Moved CONV_RECT/POINT macros to wingdi16.h.
|
2000-12-13 20:20:09 +00:00 |
Patrik Stridvall
|
2b3aa616e8
|
Added/modified documentation for function arguments.
|
2000-12-01 23:58:28 +00:00 |
Alexandre Julliard
|
350c04b516
|
Fixed a couple of WINAPI issues with 16-bit spec files (thanks to
Marcus Meissner).
|
2000-08-25 22:00:06 +00:00 |
Alexandre Julliard
|
dcd247e55f
|
Moved CharUpper* and CharLower* functions to dlls/user.
|
2000-08-14 17:39:15 +00:00 |
Alexandre Julliard
|
c97bb4c5d6
|
Added Unicode ctype support.
|
2000-08-11 20:53:40 +00:00 |
Marcus Meissner
|
11ec0a58ac
|
Fixed CharNextW.
|
2000-08-07 02:33:50 +00:00 |
Alexandre Julliard
|
3850c1ae16
|
Moved most USER string functions to dlls/user.
Cleaned up a few more inter-dll dependencies.
|
2000-08-06 02:42:46 +00:00 |
Alexandre Julliard
|
93652e1a68
|
Moved a bunch of functions out of libwine/kernel/gdi into USER.
|
2000-08-04 04:21:02 +00:00 |