2006-08-23 |
Mike McCormack | windef.h: Add a definition for FILETIME. |
blob | commitdiff | raw |
2006-07-10 |
Alexandre Julliard | configure: Define _WIN64 when building on a 64-bit... |
blob | commitdiff | raw | diff to current |
2006-06-13 |
Nick Burns | include: Use force_align_arg_pointer on MacOS to fix... |
blob | commitdiff | raw | diff to current |
2006-06-05 |
Mike McCormack | include: Fix FARPROC, NEARPROC and PROC definitions... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2005-11-08 |
Alexandre Julliard | Add an argument to all uses of the __ONLY_IN_WINELIB... |
blob | commitdiff | raw | diff to current |
2005-10-04 |
Dimi Paun | Allow MSVC to use Wine's headers. |
blob | commitdiff | raw | diff to current |
2005-09-22 |
Alexandre Julliard | Define data types to the correct size on 64-bit platforms. |
blob | commitdiff | raw | diff to current |
2005-08-23 |
Kevin Koltzau | Fix pointer cast warnings in 64bit. |
blob | commitdiff | raw | diff to current |
2005-08-15 |
Alexandre Julliard | Added a WINE_NO_UNICODE_MACROS define to allow Winelib... |
blob | commitdiff | raw | diff to current |
2005-06-17 |
Dmitry Timoshkov | Fixed POINTS definition for WORDS_BIGENDIAN case. |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Vincent Béron | Fix a typo in a comment. |
blob | commitdiff | raw | diff to current |
2004-09-20 |
Jon Griffiths | Use correct tag names for compatability with fwd decls. |
blob | commitdiff | raw | diff to current |
2004-08-31 |
Francois Gouget | Add PSZ to windef.h. |
blob | commitdiff | raw | diff to current |
2004-08-16 |
Andreas Mohr | Move some OpenGL defines from the private wgl.h header... |
blob | commitdiff | raw | diff to current |
2004-06-25 |
Jon Griffiths | Correct tag names for RECTL and SCROLLINFO structs. |
blob | commitdiff | raw | diff to current |
2004-06-01 |
Jon Griffiths | Added PPOINTL, a pointer to a POINTL struct. |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Alexandre Julliard | Moved the Windows version code to dlls/ntdll, and imple... |
blob | commitdiff | raw | diff to current |
2003-09-22 |
Rolf Kalbermatter | Don't redefine declspec under MSVC. |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Alexandre Julliard | Moved out of windef.h a few definitions that don't... |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Dimitrie O. Paun | Use angle brackets (<>) rather than quotes ("") for... |
blob | commitdiff | raw | diff to current |
2003-08-27 |
Dimitrie O. Paun | Remove some unneeded __WINESRC__ tests from the headers. |
blob | commitdiff | raw | diff to current |
2003-01-15 |
Alexandre Julliard | Define __stdcall in msvcrt/process.h if windef.h hasn... |
blob | commitdiff | raw | diff to current |
2003-01-10 |
Dmitry Timoshkov | Change types of WPARAM, LPARAM and LRESULT according... |
blob | commitdiff | raw | diff to current |
2003-01-08 |
Dan Kegel | Change RECT to use LONG to match win32 standard headers... |
blob | commitdiff | raw | diff to current |
2003-01-04 |
Dimitrie O. Paun | Rename __WINE__ to __WINESRC__. |
blob | commitdiff | raw | diff to current |
2002-12-10 |
Alexandre Julliard | winnt.h should not be self-contained, it must depend... |
blob | commitdiff | raw | diff to current |
2002-12-10 |
Vincent Béron | Add a definition for STRICT. |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Alexandre Julliard | Avoid redefinition warning. |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Alexandre Julliard | Removed DECLARE_OLD_HANDLE. Fixed a few remaining warnings. |
blob | commitdiff | raw | diff to current |
2002-10-10 |
Michael Stefaniuc | - change the internal functions in windows/cursoricon... |
blob | commitdiff | raw | diff to current |
2002-09-24 |
Michael Stefaniuc | Convert HKEY to a void*. |
blob | commitdiff | raw | diff to current |
2002-09-16 |
Michael Stefaniuc | Convert HRSRC to a void*. |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Steven Edwards | Cleanup warning when building on Mingw. |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Michael Stefaniuc | Finish the conversion of HWND to a void*. |
blob | commitdiff | raw | diff to current |
2002-08-29 |
Michael Stefaniuc | Convert HPALETTE to a void*. |
blob | commitdiff | raw | diff to current |
2002-08-28 |
Michael Stefaniuc | Convert HACCEL to a void*. |
blob | commitdiff | raw | diff to current |
2002-08-16 |
Michael Stefaniuc | Convert HKL to a void*. |
blob | commitdiff | raw | diff to current |
2002-07-29 |
Michael Stefaniuc | Converted HENHMETAFILE and HMETAFILE to a void*. |
blob | commitdiff | raw | diff to current |
2002-07-28 |
Alexandre Julliard | Convert HTASK to void* (based on a patch by Michael... |
blob | commitdiff | raw | diff to current |
2002-07-28 |
Michael Stefaniuc | - Converted HHOOK to a void*. |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Michael Stefaniuc | Convert HMONITOR to a void*. |
blob | commitdiff | raw | diff to current |
2002-07-10 |
Jon Griffiths | Stubs/docs for NotifyWinEvent,SetWinEventHook,IsWinEven... |
blob | commitdiff | raw | diff to current |
2002-05-01 |
Alexandre Julliard | Attempt at fixing MAX_PATH issues for mingw. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-01-31 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
blob | commitdiff | raw | diff to current |
2001-10-12 |
Alexandre Julliard | Moved MAKEINTATOM to winbase.h and added Unicode version. |
blob | commitdiff | raw | diff to current |
2001-10-08 |
Francois Gouget | Move COLORREF from wingdi.h to windef.h. |
blob | commitdiff | raw | diff to current |
2001-07-30 |
Alexandre Julliard | Moved some handle declarations to the right headers. |
blob | commitdiff | raw | diff to current |
2001-05-07 |
Francois Gouget | Added the minmax.h header (VC6). |
blob | commitdiff | raw | diff to current |
2001-04-10 |
Francois Gouget | Prevent multiple definitions caused by MSVCRT headers. |
blob | commitdiff | raw | diff to current |
2001-01-09 |
François Gouget | Move HDWP to winuser.h. |
blob | commitdiff | raw | diff to current |
2001-01-04 |
François Gouget | Moved the function pointer types to their rightful... |
blob | commitdiff | raw | diff to current |
2001-01-03 |
François Gouget | Convert HDESK to STRICT. |
blob | commitdiff | raw | diff to current |
2001-01-02 |
François Gouget | Moved HMETAFILEPICT to wtypes.h. Note, HMETAFILEPICT... |
blob | commitdiff | raw | diff to current |
2001-01-02 |
François Gouget | Moved HDROP to shellapi.h. |
blob | commitdiff | raw | diff to current |
2000-12-29 |
François Gouget | Convert HCOLORSPACE to STRICT mode. |
blob | commitdiff | raw | diff to current |
2000-12-27 |
Ulrich Weigand | Added check whether unaligned memory access is allowed. |
blob | commitdiff | raw | diff to current |
2000-12-26 |
François Gouget | Declare all handles with DECLARE_OLD_HANDLE to ease... |
blob | commitdiff | raw | diff to current |
2000-12-24 |
François Gouget | Moved HRASCONN from windef.h. |
blob | commitdiff | raw | diff to current |
2000-12-19 |
François Gouget | Moved a misplaced 'extern "C" { ... }' statement. |
blob | commitdiff | raw | diff to current |
2000-12-15 |
François Gouget | Moved some macros like NULL, FALSE to winnt.h |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Francois Gouget | Define NULL as in Win32. |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Dimitrie O. Paun | Fixed compilation warning on Cygwin. |
blob | commitdiff | raw | diff to current |
2000-11-15 |
Alexandre Julliard | Moved standard syslevel APIs declaration to winbase.h. |
blob | commitdiff | raw | diff to current |
2000-11-10 |
Francois Gouget | HICON and HCURSOR should be interchangeable. |
blob | commitdiff | raw | diff to current |
2000-10-26 |
Alexandre Julliard | Raise an exception when a stub entry point is called. |
blob | commitdiff | raw | diff to current |
2000-10-13 |
Francois Gouget | HFILE is an int, not a regular HANDLE. |
blob | commitdiff | raw | diff to current |
2000-10-13 |
Francois Gouget | Claim that our headers conform to the version 5.0. |
blob | commitdiff | raw | diff to current |
2000-10-12 |
Francois Gouget | Moved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT... |
blob | commitdiff | raw | diff to current |
2000-10-12 |
Francois Gouget | Enable anonymous struct/union support by default in... |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Alexandre Julliard | Moved all Win16 definitions out of the standard Windows... |
blob | commitdiff | raw | diff to current |
2000-09-22 |
Francois Gouget | Added a macro for _declspec (backward compatibility... |
blob | commitdiff | raw | diff to current |
2000-09-19 |
Peter Hunnisett | - Added some missing WINELIB_NAME_AW definitions, types... |
blob | commitdiff | raw | diff to current |
2000-08-11 |
Ove Kaaven | Added a few more anonymous union definitions. |
blob | commitdiff | raw | diff to current |
2000-08-02 |
Jeremy White | Added WM_TCARD and DWORDLONG. |
blob | commitdiff | raw | diff to current |
2000-06-11 |
Francois Gouget | - Define HIC in this header rather than in windef.h... |
blob | commitdiff | raw | diff to current |
2000-05-23 |
Francois Gouget | Define the _X86_ macro on Intel processors. |
blob | commitdiff | raw | diff to current |
2000-04-23 |
Francois Gouget | DECLARE_HANDLE should not be undef'ed after use. |
blob | commitdiff | raw | diff to current |
2000-04-14 |
Huw D M Davies | Define __fastcall. |
blob | commitdiff | raw | diff to current |
2000-03-25 |
Francois Gouget | Use min/max instead of MIN/MAX. |
blob | commitdiff | raw | diff to current |
2000-03-19 |
Francois Gouget | - Added missing definition for GLOBALHANDLE and LOCALHANDLE |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Alexandre Julliard | Have threads and processes exit more cleanly whenever... |
blob | commitdiff | raw | diff to current |
2000-02-12 |
Matthew Cline | Added typedefs for PSHORT and PUSHORT. |
blob | commitdiff | raw | diff to current |
2000-02-03 |
Jeremy White | Moved definitions such as BOOL16 and INT16 from windef... |
blob | commitdiff | raw | diff to current |
1999-12-25 |
Steven Elliott | Changed the "this_is_a_syntax_error" error message... |
blob | commitdiff | raw | diff to current |
1999-09-14 |
Patrik Stridvall | Add support for anonymous struct/unions on compilers... |
blob | commitdiff | raw | diff to current |
1999-09-05 |
Alexandre Julliard | Removed __winelib flag. |
blob | commitdiff | raw | diff to current |
1999-09-04 |
Huw D M Davies | Added type PWORD. |
blob | commitdiff | raw | diff to current |
1999-08-15 |
Patrik Stridvall | GCC 3.0 has not been released yet, but it is good to... |
blob | commitdiff | raw | diff to current |
1999-08-01 |
Alexandre Julliard | Changed INSTR_EmulateInstruction to use a CONTEXT86... |
blob | commitdiff | raw | diff to current |
1999-07-10 |
Howard Abrams | Added checks for sys/errno.h, sys/signal.h and sys... |
blob | commitdiff | raw | diff to current |
1999-07-04 |
Patrik Stridvall | Started on an implementation of Win64 for use on 64... |
blob | commitdiff | raw | diff to current |
1999-07-04 |
Patrik Stridvall | Fixed/moved/added missing/wrong function prototypes. |
blob | commitdiff | raw | diff to current |
1999-06-12 |
Patrik Stridvall | Mad the include files idempotent using a consistent... |
blob | commitdiff | raw | diff to current |
1999-06-05 |
Paul Quinn | Some non-threatening fixes to some headers, as well... |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Huw D M Davies | Split off wingdi16.h from wingdi.h. Add many more... |
blob | commitdiff | raw | diff to current |
1999-04-25 |
Jim Aston | Added some missing #defines I've run across. |
blob | commitdiff | raw | diff to current |
1999-04-25 |
Adrian Thurston | Added support for strict handles. Only works on machine... |
blob | commitdiff | raw | diff to current |
1999-03-28 |
Jiuming Luo | Moved macro DECLARE_HANDLE() (in msacm.h and wtypes... |
blob | commitdiff | raw | diff to current |
next |