Dimitrie O. Paun
|
297f3d898d
|
Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them.
|
2003-01-07 20:36:20 +00:00 |
Alexandre Julliard
|
a16ed909c5
|
Implemented RtlTimeToElapsedTimeFields.
|
2002-12-18 02:31:33 +00:00 |
Alexandre Julliard
|
dcc3afd259
|
Avoid casts between LARGE_INTEGER and FILETIME.
Fixed day of week of epoch.
Small cleanups.
|
2002-12-13 20:53:04 +00:00 |
György 'Nog' Jeney
|
4d6ba25d4b
|
- Implement RtlLocalTimeToSystemTime and RtlSystemTimeToLocalTime.
- Use new time functions to reimplement FileTimeToLocalTime and
LocalTimeToFileTime.
|
2002-12-11 00:19:56 +00:00 |
Vincent Béron
|
ea966aa6d3
|
Fix for implicit declaration of abs.
|
2002-11-27 20:14:45 +00:00 |
György 'Nog' Jeney
|
6f3015b8ee
|
- Move SetSystemTime, GetTimeZoneInformation and
SetTimeZoneInformation implementation to ntdll.
- Docu updates.
|
2002-11-25 01:12:39 +00:00 |
György 'Nog' Jeney
|
39433b9481
|
- Fix RtlTimeToTimeFields to actually work.
- Remove comments about leap seconds, windows doesn't take that into
account.
|
2002-11-06 21:57:23 +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 |
Patrik Stridvall
|
51e6c0ccb1
|
MSVC compatibility fixes.
|
2002-08-31 19:04:14 +00:00 |
Patrik Stridvall
|
ef0e2af708
|
MSVC long long fixes.
|
2002-08-27 18:17:49 +00:00 |
Patrik Stridvall
|
d016f819f1
|
Added include protection for unistd.h and sys/time.h.
|
2002-08-17 00:43:16 +00:00 |
Gregg Mattinson
|
2f4ae7ba2c
|
Avoid alignment problem in NtQuerySystemTime.
|
2002-07-01 18:14:27 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Alexandre Julliard
|
94152d5038
|
Fixed some alignment issues (based on a patch by Gregg Mattinson).
|
2002-05-29 17:04:10 +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 |
Patrik Stridvall
|
044855c6ec
|
Documentation fixes.
|
2001-07-11 18:56:41 +00:00 |
Patrik Stridvall
|
3ca9823941
|
Documentation ordinal fixes.
|
2001-06-20 23:03:14 +00:00 |
Patrik Stridvall
|
8b216b3d02
|
Documentation ordinal fixes.
|
2001-06-19 18:20:47 +00:00 |
Alexandre Julliard
|
d76f9f9637
|
Implemented a bunch of large integer functions in ntdll.
|
2000-10-01 01:40:42 +00:00 |
Alexandre Julliard
|
0aa6cc298e
|
Removed a few external dependencies from ntdll.
|
2000-07-29 21:56:59 +00:00 |
Patrik Stridvall
|
fcfacb95a7
|
Added/fixed some documentation reported by winapi_check.
|
2000-03-24 20:46:04 +00:00 |
Alexandre Julliard
|
156570906f
|
Converted to the new debug interface, using script written by Patrik
Stridvall.
|
1999-05-23 10:25:25 +00:00 |
Patrik Stridvall
|
896889f317
|
ANSI C fixes.
|
1999-05-08 12:50:36 +00:00 |
Patrik Stridvall
|
0f8bc5b5c7
|
Fixed ANSI compabillity.
|
1999-04-22 16:27:50 +00:00 |
Patrik Stridvall
|
b4b9fae671
|
New debug scheme with explicit debug channels declaration.
|
1999-04-19 14:56:29 +00:00 |
David Luyer
|
26cd7a17f1
|
Added string.h.
|
1999-03-25 15:57:35 +00:00 |
Juergen Schmied
|
026d9db8c5
|
- sorted API by groups
- new stubs: NtQueryDirectoryFile, ZwQueryDirectoryFile
- impl.: RtlAllocateHeap, RtlCreateHeap, RtlDestroyHeap, RtlFreeHeap,
RtlGetDaclSecurityDescriptor, RtlGetSaclSecurityDescriptor
- impl. by Rex Jolliff (rex@lvcablemodem.com): RtlTimeToTimeFields,
RtlTimeFieldsToTime
|
1999-03-09 17:47:51 +00:00 |