Mikolaj Zalewski
|
f606055740
|
include: Fix the definition of VALID_INHERIT_FLAGS.
|
2007-09-26 12:15:14 +02:00 |
Peter Oberndorfer
|
70238568c6
|
include: Add new processor feature constants.
|
2007-09-21 11:51:46 +02:00 |
Francois Gouget
|
c85b74d63e
|
In the PSDK HRESULT_FROM_WIN32() is now an inline function, and it is __HRESULT_FROM_WIN32() which is a macro.
|
2007-05-29 13:17:46 +02:00 |
Jacek Caban
|
06bd1bf8e1
|
winnt.h: Added activation context structures declarations.
|
2007-03-29 21:01:32 +02:00 |
Francois Gouget
|
fff13d2751
|
ntdll: Fix compilation on systems that don't support nameless structs.
|
2007-02-12 15:20:18 +01:00 |
Francois Gouget
|
76e258cb53
|
ntdll: Add prototypes to winnt.h for the SList functions.
|
2007-02-12 14:16:52 +01:00 |
Francois Gouget
|
ac2754b74d
|
Make winnt.h C++ compatible.
|
2007-02-09 14:32:56 +01:00 |
Kevin Koltzau
|
5f8659b186
|
winnt.h: Correct declaration of SLIST_HEADER and SLIST_ENTRY for Win64.
|
2007-02-08 11:56:00 +01:00 |
Alexandre Julliard
|
0c3f12154c
|
winnt.h: Avoid warnings on Mac OS X.
|
2007-02-05 18:04:24 +01:00 |
Mike McCormack
|
a425bfc622
|
winnt.h: Add defines for SLIST_HEADER.
|
2007-02-05 14:01:33 +01:00 |
Alexandre Julliard
|
80cff47c87
|
include: Get rid of the WINE_NO_LONG_AS_INT ifdefs.
|
2006-12-20 14:57:08 +01:00 |
Hans Leidekker
|
1698c44ed3
|
winedump: Start dumping .NET specific bits from PE executables.
|
2006-12-20 12:31:29 +01:00 |
Dmitry Timoshkov
|
eea1b5e219
|
include: Add some structures a definitions required for the COFF library dumper.
|
2006-11-27 13:44:58 +01:00 |
Kevin Koltzau
|
c3c1b7025f
|
winnt.h: Add AMD64 relocation types.
|
2006-11-17 11:14:14 +01:00 |
Kevin Koltzau
|
8cebef6797
|
winnt.h: Add defines for new DLL characteristics.
|
2006-11-17 11:14:07 +01:00 |
Dmitry Timoshkov
|
8120dea049
|
include: Add the PROCESS_SUSPEND_RESUME definition.
|
2006-11-08 20:16:06 +01:00 |
Mike McCormack
|
c4f815f304
|
kernel32: Declare HeapQueryInformation and HeapSetInformation.
|
2006-11-02 12:24:18 +01:00 |
Andrew Talbot
|
89e139e17f
|
winedump: Cast-qual warnings fix (with thanks to Dmitry Timoshkov and Eric Pouech).
|
2006-10-12 11:34:11 +02:00 |
Michael Stefaniuc
|
f8b8f216dd
|
include: Make DWORD/LONG/ULONG an int to use the same type in Win32 and Win64.
|
2006-09-29 16:09:07 +02:00 |
Robert Shearman
|
f9e12a1001
|
include: Add recently added PSDK VM flags to winnt.h.
|
2006-09-28 11:55:39 +02:00 |
Alexandre Julliard
|
a27d0aa4e9
|
include: Added definitions for the fault address exception information.
|
2006-09-20 11:27:53 +02:00 |
Alexandre Julliard
|
530e765035
|
include: Exception filters should return LONG, not DWORD.
Also move UnhandledExceptionFilter definitions to winbase.h since they
are there in the latest SDK.
|
2006-09-20 11:26:59 +02:00 |
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 |