Robert Reif
|
1b2b2bd78e
|
winnt.h: Add some more RIDs.
|
2006-08-07 13:11:34 +02:00 |
Robert Reif
|
fc7f5b3364
|
winnt.h: Add missing define.
|
2006-08-03 18:20:47 +02:00 |
Robert Reif
|
11370742b5
|
winnt.h: Add more SID defines.
|
2006-07-24 12:57:33 +02:00 |
Robert Reif
|
2a1727a7d9
|
include: Add well known sids and quota limits to winnt.h.
|
2006-07-17 13:44:16 +02:00 |
Michael Stefaniuc
|
3f46314e33
|
include: The visibility attribute is supported only by gcc >= 3.3.
|
2006-06-13 11:40:21 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
James Hawkins
|
70b2811e45
|
include: Add missing SECURITY_QUALITY_OF_SERVICE defines.
|
2006-05-08 14:50:10 +02:00 |
Thomas Weidenmueller
|
ae8b835d85
|
advapi32: Fixed building TRUSTEEs with objects.
Fill the TRUSTEE structure properly in BuildTrusteeWithObjectsAndName
and BuildTrusteeWithObjectsAndSid, including regression tests.
|
2006-03-28 12:34:43 +02:00 |
Alexandre Julliard
|
c307f4990f
|
ntdll: Added a DLL_WINE_PREATTACH call to DllMain for builtins.
By returning FALSE from this call, a builtin dll can specify that we
should try to load the native one instead.
|
2006-03-21 15:10:22 +01:00 |
Mike McCormack
|
948c49cbde
|
include: Add WT_ defines for use with RegisterWaitForSingleObject.
|
2006-02-15 11:50:58 +01:00 |
Francois Gouget
|
90aaf6ba8f
|
include: Add missing LANG_xxx and SUBLANG_xxx constants.
|
2006-02-14 10:42:12 +01:00 |
Mike McCormack
|
39f711ae6e
|
ntdll: Add FILE_ACTION and FILE_NOTIFY_CHANGE_ defines for streams.
|
2006-02-03 18:45:51 +01:00 |
Hans Leidekker
|
69c5f62da8
|
include: Add some defines related to tape support.
|
2006-01-26 13:22:24 +01:00 |
Mike McCormack
|
b8e5e0168a
|
kernel32: Add FILE_NOTIFY_INFORMATION.
|
2006-01-16 20:38:39 +01:00 |
Ge van Geldorp
|
1a1583a364
|
Match PSDK STATUS_* definitions.
|
2005-11-28 17:32:54 +01:00 |
Alexandre Julliard
|
220f2ce9fb
|
Make all winecrt0 functions and variables hidden.
|
2005-10-30 19:10:35 +00:00 |
Alexandre Julliard
|
bdf01c368d
|
Define data types to the correct size on 64-bit platforms.
|
2005-09-22 10:58:04 +00:00 |
Alexandre Julliard
|
ba41fe20bc
|
Fixed a few more pointer to integer typecast issues for 64-bit
platforms.
|
2005-09-12 21:22:32 +00:00 |
Alexandre Julliard
|
20a1a203c6
|
Use a more portable scheme for storing the name of a critical
section.
|
2005-09-09 10:19:44 +00:00 |
Huw Davies
|
9317115ec5
|
Add the 'flag' types: FCHAR, FSHORT and FLONG.
|
2005-07-27 10:50:40 +00:00 |
Kevin Koltzau
|
6873379991
|
Define 64bit PE structures.
|
2005-07-19 11:44:32 +00:00 |
Kevin Koltzau
|
ca8c23034d
|
Define x86_64 context.
|
2005-07-18 09:11:42 +00:00 |
Dmitry Timoshkov
|
1dc18952ae
|
Use SIZE_T type for size variables in NTDLL when appropriate.
|
2005-07-15 10:01:30 +00:00 |
Mike McCormack
|
526daeafd4
|
Define PVOID64 and FILE_SEGMENT_ELEMENT.
|
2005-07-06 10:32:46 +00:00 |
Mike McCormack
|
8f7799493d
|
Add pointer types for token structures.
|
2005-06-27 11:09:42 +00:00 |
Mike McCormack
|
901f5b328c
|
DUPLICATE_* flags should be defined in winnt.h.
|
2005-06-27 09:44:08 +00:00 |
Marcus Meissner
|
4b6b2768d3
|
Added PF_NX_ENABLED definition.
|
2005-06-20 10:32:31 +00:00 |
Steven Edwards
|
68784b46fd
|
Removed duplicated ALPHA platform context definitions.
Added ARM context definitions.
|
2005-06-16 09:45:36 +00:00 |
Ivan Leo Puoti
|
a7275c85c4
|
Update LDT_ENTRY definition.
|
2005-05-23 16:23:35 +00:00 |
Alexandre Julliard
|
3629cc4ed6
|
Eric Kohl <eric.kohl_at_t-online.de>
Implement CaptureAndConvertAnsiArg, CaptureStringArg,
OpenAndMapForRead, RetreiveFileSecurity, StampFileSecurity,
TakeOwnershipOfFile, and UnmapAndCloseFile.
|
2005-05-06 15:38:22 +00:00 |
Robert Shearman
|
d2ea92d14e
|
- Clean up well-known privileges.
- Implement checking tokens for privileges in the server.
- Implement NtPrivilegeCheck.
|
2005-04-22 21:17:15 +00:00 |
Ivan Leo Puoti
|
3f379d96ae
|
Added typedef for DEVICE_POWER_STATE.
|
2005-04-12 11:58:43 +00:00 |
Benjamin Cutler
|
ee59cad92d
|
Added function/enum/structs for power management API.
|
2005-04-11 18:49:10 +00:00 |
Francois Gouget
|
93416cdaf7
|
Assorted spelling fixes.
|
2005-03-23 13:15:18 +00:00 |
Alexandre Julliard
|
f1020bc6e0
|
Added support for the TLS expansion slots, adding an extra 1024
entries.
|
2005-03-19 17:14:12 +00:00 |
Dmitry Timoshkov
|
75b93ff1aa
|
Match OVERLAPPED structure to the SDK definition.
|
2005-03-17 19:00:08 +00:00 |
Dmitry Timoshkov
|
0497af09a7
|
Match RaiseException and EXCEPTION_RECORD to SDK definitions.
|
2005-02-24 13:15:36 +00:00 |
Ivan Leo Puoti
|
d8793bb776
|
Added a couple of defines.
|
2005-02-22 19:32:22 +00:00 |
James Hawkins
|
ee8479596a
|
Conditionally add DECLSPEC_ALIGN(8) to wine's 64-bit types and leave
the modifier off when compiling with msvc.
|
2005-02-18 12:56:35 +00:00 |
Ivan Leo Puoti
|
b0208974bd
|
Add EVENT_QUERY_STATE define.
|
2005-02-16 17:52:22 +00:00 |
Robert Shearman
|
b0f02b28b9
|
- Implement AdjustTokenPrivileges, DuplicateTokenEx and
GetTokenInformation (for the TokenPrivileges case).
- Return STATUS_NO_TOKEN for OpenThreadToken when there is no token
set for the thread.
|
2005-02-11 11:52:06 +00:00 |
Jon Griffiths
|
21c8663f92
|
Use _WINNT_ as exclusion define for source compatibility.
|
2004-11-19 17:59:41 +00:00 |
Adam D. Moss
|
0fde2d1944
|
Define VER_SUITE_BLADE.
|
2004-10-11 19:52:10 +00:00 |
Alexandre Julliard
|
b0394dea42
|
Get rid of the WINE_UNUSED macro.
|
2004-09-01 17:36:04 +00:00 |
Alexandre Julliard
|
9bf729b7cb
|
Fixed alignment of TOKEN_STATISTICS.
|
2004-09-01 04:58:53 +00:00 |
Mike McCormack
|
60fbc97f08
|
Added a few more prototypes to the headers.
|
2004-08-27 19:11:37 +00:00 |
Francois Gouget
|
dff5004bc0
|
Assorted spelling fixes.
|
2004-08-26 00:31:20 +00:00 |
Francois Gouget
|
2e360b3ee4
|
Fix alignment issues for MEMORYSTATUSEX, WIN32_STREAM_ID and
IO_COUNTERS. The corresponding tests now succeed both when compiled
with the Windows headers and when compiled with the Wine headers.
|
2004-08-24 20:16:25 +00:00 |
Francois Gouget
|
d21458500d
|
Move LDT_ENTRY to winnt.h.
|
2004-08-23 17:49:32 +00:00 |
Francois Gouget
|
6b1e83281b
|
Update FPO_DATA and IMAGE_LOAD_CONFIG_DIRECTORY to match the latest
platform SDK. This helps compile the ntdll tests on Windows.
|
2004-08-22 22:28:53 +00:00 |