Patrik Stridvall
|
57e5784c21
|
Move __stdcall/__cdecl to the right place.
|
2002-02-02 18:42:11 +00:00 |
Francois Gouget
|
7229e9212a
|
Prefix _JBLEN to avoid conflict on FreeBSD.
|
2002-01-29 02:54:43 +00:00 |
Alexandre Julliard
|
1849f1eb15
|
Authors: Jon Griffiths <jon_p_griffiths@yahoo.com>, François Gouget <fgouget@codeweavers.com>, Alexandre Julliard <julliard@codeweavers.com>
Implement setjmp/setjmp3 and longjmp.
|
2001-12-21 19:23:30 +00:00 |
Bill Medland
|
365a6d2ee5
|
And in addition to Mingw32 we will want the _ versions.
|
2001-12-21 19:15:11 +00:00 |
Bill Medland
|
024d39fcb1
|
Added share.h from Mingw32.
|
2001-12-19 18:49:21 +00:00 |
François Gouget
|
63d133172b
|
Cleanup and improve the mbcs support.
Add mbctype.h and mbstring.h.
Implement putwc and putwchar.
|
2001-12-05 22:11:35 +00:00 |
Uwe Bonnes
|
cf80c545a5
|
_dev_t is an unsigned integer.
|
2001-11-23 18:25:34 +00:00 |
Francois Gouget
|
d5aebbe6b3
|
A few typos.
|
2001-11-19 02:09:49 +00:00 |
Francois Gouget
|
a45907c4c0
|
Added __WINE_USE_MSVCRT.
|
2001-10-22 18:59:23 +00:00 |
Francois Gouget
|
0a26d420d9
|
The _IOXXX macros conflict with system headers on Solaris. Prefix
them.
|
2001-10-15 17:50:55 +00:00 |
Francois Gouget
|
433430ae96
|
Add msvcrt/locale.h.
Add missing include directives in msvcrt/wchar.h.
Fix prototype of _wstati64 in msvcrt/sys/stat.h.
|
2001-09-19 20:29:33 +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
|
887c035be1
|
- Added, cleaned up and/or documentated _{begin,end}thread{,ex}.
- _lfind and _ltow are implemented (not stubs).
|
2001-06-19 03:46:27 +00:00 |
Francois Gouget
|
a08b165955
|
Added msvcrt/eh.h.
Implemented unexpected, terminate and set_unexpected/terminate.
|
2001-05-31 21:32:53 +00:00 |
Francois Gouget
|
fcba601cf4
|
RC_INVOKED (&NOWINRES) special cases.
|
2001-05-07 18:18:33 +00:00 |
Francois Gouget
|
fceb19ff8e
|
Don't use Windows types like LONGLONG in msvcrt headers.
|
2001-04-24 23:16:39 +00:00 |
Francois Gouget
|
d1ff49d7ea
|
Added offsetof (for the MFC).
|
2001-04-23 18:22:05 +00:00 |
Francois Gouget
|
b29120d2c4
|
Add msvcrt/malloc.h (for the MFC).
Add msvcrt/search.h.
Move duplicated definitions to the new headers.
Use malloc.h instead of stdlib.h when sensible.
|
2001-04-23 18:20:55 +00:00 |
Francois Gouget
|
131961d4ab
|
Provide limited support for the msvcrt debug API.
|
2001-04-23 18:19:27 +00:00 |
Francois Gouget
|
eee695dd71
|
Added headers for the msvcrt library.
|
2001-04-10 23:21:43 +00:00 |