Marcus Meissner
|
dbcbbe0211
|
Added _daylight stub int, and __p__daylight function.
|
2003-03-04 02:19:15 +00:00 |
Patrik Stridvall
|
57bf45067a
|
MSVC compatibility fixes.
|
2002-08-26 21:53:24 +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 |
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 |
François Gouget
|
d1d07fb801
|
mktime must normalize the struct tm fields.
|
2001-12-05 22:08:46 +00:00 |
Gerard Patel
|
3953614bbd
|
- implement mbscspn mostly as a stub
- reimplement mktime
|
2001-11-12 15:47:26 +00:00 |
Francois Gouget
|
45e7a846bf
|
We must not free the pointer returned by localtime (especially not
with MSVCRT_free!).
We no longer need to include stdlib.h.
|
2001-04-23 18:22:33 +00:00 |
Gerald Pfeifer
|
ab02c2bdc9
|
Fixed MSVCRT_clock return type.
|
2001-04-16 18:54:31 +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
|
1db20bfd33
|
- Migrate CRTDLL to MSVCRT.
- Many fixes and a load of new functions.
|
2001-01-10 23:59:25 +00:00 |