Sign in
goma
/
wine
/
d76f9f9637e668f56b593d655e0ba4e816ca8d27
/
include
/
winnt.h
d76f9f9
Implemented a bunch of large integer functions in ntdll.
by Alexandre Julliard
· 25 years ago
d8fab2e
Removed some of the XXX_reg macros now that we are using the standard
by Alexandre Julliard
· 25 years ago
770eb51
Moved most global data out of the LPDOSTASK structure.
by Alexandre Julliard
· 25 years ago
565b008
- Added some missing WINELIB_NAME_AW definitions, types and messages
by Peter Hunnisett
· 25 years ago
ea1afce
Added APC support in waitable timers.
by Alexandre Julliard
· 25 years ago
ccc0a80
Added WM_TCARD and DWORDLONG.
by Jeremy White
· 25 years ago
9f7907e
Moved Wine private heap creation flags to other values.
by Peter Ganten
· 25 years ago
7b49914
Removed the hModule parameter from various DOSMEM routines, the DOSMEM
by Ove Kaaven
· 25 years ago
9b2060a
Change the V86BASE macro to call DOSMEM_MemoryBase() instead of using
by Ove Kaaven
· 25 years ago
ae41e8c
Reordered the CALLBACK and WINAPI directives so that it compiles with
by Francois Gouget
· 25 years ago
5353224
Sorted out a few misplaced definitions.
by Francois Gouget
· 25 years ago
43bcf40
#undef DELETE before (re)defining it.
by Gerald Pfeifer
· 25 years ago
246c360
Reserve space for the PE header at the start of the .so file.
by Alexandre Julliard
· 25 years ago
1ca9be8
Added DECL_GLOBAL_CONSTRUCTOR macro.
by Alexandre Julliard
· 25 years ago
b42ed54
Include string.h to make winnt.h self-sufficient.
by Francois Gouget
· 25 years ago
180a088
Moved PE header definitions to winnt.h where they belong.
by Alexandre Julliard
· 25 years ago
32a5b63
Moved some registry definitions to winnt.h.
by Andreas Mohr
· 25 years ago
d628f43
Fixed some ANSI C violations.
by Patrik Stridvall
· 25 years ago
ba40e4c
Moved the definition of PTSTR and LPTSTR from tchar.h to winnt.h.
by Francois Gouget
· 25 years ago
9f50d04
Fixed definition of the RtlMemory functions. Use macros internally and
by Juergen Schmied
· 25 years ago
916f975
Improved the selector get/set functions.
by Alexandre Julliard
· 25 years ago
079fd72
Share the system heap between different address spaces. Made process
by Alexandre Julliard
· 25 years ago
c18740d
Added some error codes.
by Alexandre Julliard
· 25 years ago
bc3c4d4
More STATUS_ codes.
by Juergen Schmied
· 25 years ago
044db46
Stubs for LsaFreeMemory, LsaQueryInformationPolicy, LsaClose. Small fixes.
by Juergen Schmied
· 25 years ago
2fab2ef
Changed to use new server-side registry support.
by Alexandre Julliard
· 25 years ago
9b233bd
Modified Win32 register function handling.
by Ulrich Weigand
· 25 years ago
6bba78e
Moved GET_IP macro to winnt.h
by Ulrich Weigand
· 25 years ago
248c75e
(Preliminary) CONTEXT structure for SPARC added.
by Ulrich Weigand
· 25 years ago
ae8342d
Bugfix: Exception handlers are *not* WINAPI.
by Ulrich Weigand
· 25 years ago
311e456
Added support for anonymous structs/unions on compilers that implement it.
by Patrik Stridvall
· 26 years ago
cebd60b
Removed global variable pCurrentTeb.
by Ulrich Weigand
· 26 years ago
016e059
Fixed #ifdef symbol for PowerPC.
by Alexandre Julliard
· 26 years ago
7d8cfeb
Removed IP_reg, SP_reg and FL_reg definitions to avoid potential
by Alexandre Julliard
· 26 years ago
4a0af42
Added CONTEXT for ALPHA and MIPS.
by Marcus Meissner
· 26 years ago
3b8a724
Suppressed compiler warning by using the 'unused' attribute.
by Lionel Ulmer
· 26 years ago
0fa6dad
Fixed some CONTEXT86 vs. CONTEXT mismatches.
by Ulrich Weigand
· 26 years ago
4a73973
Fixed/moved/added missing/wrong function prototypes.
by Patrik Stridvall
· 26 years ago
f6b08dd
Added CONTEXT86 definition. Added PowerPC context as an example (not tested).
by Alexandre Julliard
· 26 years ago
0a860a0
Merged THDB and TEB structures.
by Alexandre Julliard
· 26 years ago
857eb39
Mad the include files idempotent using a consistent macro naming scheme.
by Patrik Stridvall
· 26 years ago
1ab8c68
Added a few missing debug event definitions.
by Alexandre Julliard
· 26 years ago
89fae7e
Moved some exception definitions to winnt.h and ntddk.h.
by Alexandre Julliard
· 26 years ago
dd93d25
Improved exception handling.
by Alexandre Julliard
· 26 years ago
c7a8dde
#pragma pack(?) changed to #include "*pack*.h"
by Patrik Stridvall
· 26 years ago
0f8bc5b
Fixed ANSI compabillity.
by Patrik Stridvall
· 26 years ago
8de3ba8
More #pragma fixes (idea Ove Kaaven, mistakes are mine).
by Joerg Mayer
· 26 years ago
2e1cafa
Renamed wintypes.h to windef.h.
by Jim Aston
· 26 years ago
3979647
Added coded stubs for DdeQueryConvInfo (16 & 32 bit), DdeAddData (32
by Keith Matthews
· 26 years ago
ea1640f
Added a lot of new OLE interfaces.
by Paul Quinn
· 26 years ago
7f0c5f3
Many new prototypes.
by Juergen Schmied
· 26 years ago
a396029
Large-scale renaming of all Win32 functions and types to use the
by Alexandre Julliard
· 26 years ago
2f07306
Added a few exception codes.
by Alexandre Julliard
· 26 years ago
3426d85
- made the security functions consistent. advapi calls down to ntdll now
by Juergen Schmied
· 26 years ago
87e385f
Moved some definitions to their proper include file.
by Francois Gouget
· 26 years ago
cdbdab7
Made nt-related types compatible, throw out wine-specific types.
by Juergen Schmied
· 26 years ago
17822f4
Moved everything out of windows.h.
by Michael Veksler
· 26 years ago
791cd6a
Added console support.
by Joseph Pranevich
· 26 years ago
56d52aa
Moved some declarations from imagehlp.h to common include files.
by Patrik Stridvall
· 26 years ago
bf5f693
Implemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16-bit code segments.
by Ulrich Weigand
· 26 years ago
767e6f6
Release 980809
by Alexandre Julliard
· 27 years ago
wine-980809
f90efa9
Release 980614
by Alexandre Julliard
· 27 years ago
wine-980614
a845b88
Release 980601
by Alexandre Julliard
· 27 years ago
wine-980601
a69b88b
Release 980315
by Alexandre Julliard
· 27 years ago
wine-980315
03468f7
Release 980215
by Alexandre Julliard
· 27 years ago
wine-980215
60ce85c
Release 980201
by Alexandre Julliard
· 27 years ago
wine-980201
02e9008
Release 980104
by Alexandre Julliard
· 27 years ago
wine-980104
44ed71f
Release 971221
by Alexandre Julliard
· 27 years ago
wine-971221
3db94ef
Release 970928
by Alexandre Julliard
· 28 years ago
wine-970928
77b9918
Release 970914
by Alexandre Julliard
· 28 years ago
wine-970914
670cdc4
Release 970824
by Alexandre Julliard
· 28 years ago
wine-970824
349a953
Release 970202
by Alexandre Julliard
· 28 years ago
wine-970202
c6c0944
Release 970112
by Alexandre Julliard
· 28 years ago
wine-970112
9ea19e5
Release 970101
by Alexandre Julliard
· 28 years ago
wine-970101
e2bfa4c
Release 960516
by Alexandre Julliard
· 29 years ago
wine-960516
329f068
Release 960414
by Alexandre Julliard
· 29 years ago
wine-960414