Alexandre Julliard
|
ccd0d6259d
|
ntdll: Export the libwine version functions from ntdll too.
|
2008-03-26 23:38:36 +01:00 |
Francois Gouget
|
6936bb100f
|
ntdll: Improve the prototypes Win64 compatibility by replacing long with LONG.
|
2007-06-11 20:18:28 +02:00 |
Francois Gouget
|
f3899c2651
|
ntdll: Better match the PSDK types and fix the winapi_check warnings.
|
2007-02-09 14:32:57 +01:00 |
Hans Leidekker
|
f7b0ba7aa7
|
ntdll: Win64 printf format warning fixes.
|
2006-10-18 12:35:26 +02:00 |
Alexandre Julliard
|
57939d8fa4
|
ntdll: Explicitly specify CDECL calling convention on exported functions.
|
2006-06-12 21:35:07 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
d340bd003a
|
ntdll: Add wrappers for the remaining math functions.
|
2006-04-18 20:31:41 +02:00 |
Francois Gouget
|
0edbaf7e80
|
Remove spaces before '\n' in traces.
|
2005-11-10 12:14:56 +00:00 |
Alexandre Julliard
|
9b8a0595bc
|
_ftol should return a 64-bit int (spotted by Jon Griffiths).
|
2003-08-19 01:03:08 +00:00 |
Patrik Stridvall
|
75dee506ae
|
Replace 0x%p with %p.
|
2002-12-05 19:56:15 +00:00 |
Andrew John Hughes
|
ed800c69c8
|
Build ntdll with -DSTRICT.
|
2002-11-21 03:45:01 +00:00 |
Dmitry Timoshkov
|
4c903ea4b8
|
us->Length is in bytes.
|
2002-08-13 18:10:28 +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
|
996c0bff59
|
Removed ntdll dependency on MultiByteToWideChar/WideCharToMultiByte
kernel32 functions, plus a few small cleanups.
|
2001-12-05 22:14:57 +00:00 |
François Gouget
|
1425941e29
|
Fix the #include order for config.h.
Add #include "config.h" directives where needed.
|
2001-11-06 20:57:11 +00:00 |
Dmitry Timoshkov
|
9a57ef4de1
|
Fix a typo.
|
2001-07-26 21:41:22 +00:00 |
Patrik Stridvall
|
3ca9823941
|
Documentation ordinal fixes.
|
2001-06-20 23:03:14 +00:00 |
Patrik Stridvall
|
697bf65e3e
|
Added/modified documentation for function arguments.
|
2000-12-02 23:44:59 +00:00 |
Jon Griffiths
|
d5c40bbe5f
|
NTDLL__CIpow returns double, not LONG.
|
2000-11-25 02:11:26 +00:00 |
Alexandre Julliard
|
bcb40b3177
|
Fixed a few prototypes.
|
2000-10-15 00:39:11 +00:00 |
Alexandre Julliard
|
46487282dd
|
Fixed debugstr_as/us prototypes.
|
2000-08-26 21:16:36 +00:00 |
Gerald Pfeifer
|
e384fa6b6d
|
Added missing #include <math.h>.
|
2000-06-24 12:50:56 +00:00 |
Alexandre Julliard
|
4f356e86e4
|
Moved shared crtdll/ntdll functions into ntdll.
Made crtdll a separate dll.
|
2000-06-23 16:16:30 +00:00 |
Alexandre Julliard
|
383da68cf9
|
Optimized debugging API to reduce code size.
|
2000-02-10 22:15:21 +00:00 |
Alexandre Julliard
|
0dd3655fd0
|
Removed debugstr.h.
|
2000-01-29 19:49:58 +00:00 |
Juergen Schmied
|
02d45e52c5
|
- implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
NtAllocateLocallyUniqueId
- implementation or stubs for NtAccessCheck, NtSetSecurityObject,
RtlClearBits, RtlEqualPrefixSid, RtlFindClearBits,
RtlFormatCurrentUserKeyPath, RtlGetControlSecurityDescriptor,
RtlIdentifierAuthoritySid, RtlImpersonateSelf, RtlInitializeBitMap,
RtlInitializeGenericTable, RtlMakeSelfRelativeSD,
RtlPrefixUnicodeString, RtlSetBits, RtlUnicodeToMultiByteN,
RtlUpcaseUnicodeStringToOemString, RtlUpcaseUnicodeToOemN,
RtlValidSid, RtlxUnicodeStringToOemSize
- corrected most RtlString* functions, added documentation
- more fixes and partial implementations
|
2000-01-23 22:35:33 +00:00 |