- b85a6ad Duplicate resource directory searching routines instead of calling by Alexandre Julliard · 24 years ago
- 588ee35 Always open/close the CD-ROM device for every Windows API CD-ROM access. by Andreas Mohr · 24 years ago
- aa10949 Added some basic IDirectDraw7 interface support, fixed argument count by Marcus Meissner · 24 years ago
- 564d380 Fixed issue found by winapi_check. by Patrik Stridvall · 24 years ago
- 7cc8abc Use intermediate typedef. by Patrik Stridvall · 24 years ago
- 936c6c4 Added wParam and lParam as parameters in SPY_ExitMessage by Guy L. Albertelli · 24 years ago
- 26be4c8 Removed redundant thread priority defines. by Andreas Mohr · 24 years ago
- 514ae38 Added crt/msvcrt thread prototypes. by Peter Hunnisett · 24 years ago
- ff81f93 Added support for AZERTY keyboard layout. by Dmitry Timoshkov · 24 years ago
- 220312e Skip directory symlinks in DOSFS_FindNextEx. by Andreas Mohr · 24 years ago
- 0062892 Added/fixed missing extern "C". by Francois Gouget · 24 years ago
- 0dc07e2 Added the {HRESULT,SCODE}_SEVERITY macros. by Francois Gouget · 24 years ago
- 81800b1 Use a binary search to find entries in resource directories. by Alexandre Julliard · 24 years ago
- cc7abe1 Call PrivateExtractIcon in user32 instead of duplicating the code. by Alexandre Julliard · 24 years ago
- 23a5b79 Added support for three levels of nesting of the 'pragma pack' directives. by Francois Gouget · 24 years ago
- 7c4bee5 Implemented DOS INT21 AH=4B (EXEC). by Ove Kaaven · 24 years ago
- 7b0bf0f Added support for keyboard input in various locales. by Dmitry Timoshkov · 24 years ago
- 2e64208 Added flag and notification definitions for ComboBoxEx. by Guy L. Albertelli · 24 years ago
- 57f05e1 Converted a few more server requests to the new mechanism. by Alexandre Julliard · 24 years ago
- bcb40b3 Fixed a few prototypes. by Alexandre Julliard · 24 years ago
- 80fc23a Set selector 0000H base to 0xf0000 until the first 64K are unprotected. by Alexandre Julliard · 24 years ago
- 56af064 Implemented the IDC_HAND cursor. by Chris Morgan · 24 years ago
- eb6500f Fixed the signature of the FormatMessage APIs. by Francois Gouget · 24 years ago
- 83804d2 The MODEM stuff has been spun off to its rightful place: mcx.h. by Francois Gouget · 24 years ago
- 5e4b7de Completed/corrected the list of include files. by Francois Gouget · 24 years ago
- 6371e83 Added a NOGDI protection. by Francois Gouget · 24 years ago
- ff04b4e Must include objbase.h. by Francois Gouget · 24 years ago
- 50bcd1a HFILE is an int, not a regular HANDLE. by Francois Gouget · 24 years ago
- 855ac7a Added MSGF_DDEMGR. by Andreas Mohr · 24 years ago
- 27952ef Added a few more large integer functions. by Alexandre Julliard · 24 years ago
- 11776c1 Moved comm.c into kernel32. by Mike McCormack · 24 years ago
- eec9cbb Claim that our headers conform to the version 5.0. by Francois Gouget · 24 years ago
- d068b3f The string fields in PROPSHEETPAGEA should be ANSI strings. by Francois Gouget · 24 years ago
- c0bca77 Removed the DUMMY_UNION_NAME in favor of DUMMYUNIONNAME. by Francois Gouget · 24 years ago
- a82de9b Added the missing TVINSERTSTRUCT synonyms. Added missing CBEIF_xxx definitions. by Francois Gouget · 24 years ago
- 529779c Fixed the signature of SysAllocStringByteLen. by Francois Gouget · 24 years ago
- 557066d Status bars on managed windows should not have SIZEGRIP style. by Susan Farley · 24 years ago
- c6f0a4e Changed repne to repnz for Solaris assembler. by Konrad Rieck · 24 years ago
- 48fc4aa Moved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT and the related by Francois Gouget · 24 years ago
- 67c9691 Added many missing *Pxxx types. by Francois Gouget · 24 years ago
- 986f197 ROTFLAGS have their own ifdef protection, take them out of the by Francois Gouget · 24 years ago
- d55ccfd Added a declaration for GetEnhMetaFileDescription. by Francois Gouget · 24 years ago
- 5b317bc Enable anonymous struct/union support by default in both C and C++. by Francois Gouget · 24 years ago
- 8930569 Added four DDElParam functions. Now needs an 'extern "C"' protection for C++. by Francois Gouget · 24 years ago
- 17bd7c9 Removed stray A/W from invocations of WINELIB_NAME_AW. by Francois Gouget · 24 years ago
- 5853bd3 Added some of the APIs introduced in Win98, mostly the VarXxx maths APIs. by Francois Gouget · 24 years ago
- aef9a36 Use special environment variables to transmit the cwd of the various by Alexandre Julliard · 25 years ago
- 8b7f04d Removed the ';' ending on lines using the DECL_WINELIB_TYPE_AW and by Francois Gouget · 25 years ago
- 9e23b50 Added some missing 'SysAllocString' prototypes. by Francois Gouget · 25 years ago
- f4918b0 Added a white border around the I-beam cursor. by Aric Stewart · 25 years ago
- 40048cc Release 20001002. by Alexandre Julliard · 25 years ago wine-20001002
- 454355e Convert NtQueryKey and NtEnumerateKey to the new request mechanism. by Alexandre Julliard · 25 years ago
- bf8943c Fixed some issues found by winapi_check. by Patrik Stridvall · 25 years ago
- bcf393a Converted some of the registry server requests to the new request mechanism. by Alexandre Julliard · 25 years ago
- d76f9f9 Implemented a bunch of large integer functions in ntdll. by Alexandre Julliard · 25 years ago
- afb49ea Moved a bunch of routines to kernel32.dll (with the help of Dimitrie O. Paun). by Alexandre Julliard · 25 years ago
- 8aa79fb Moved DLLVERSIONINFO to shlwapi.h. by Francois Gouget · 25 years ago
- 6bac4f2 Before calling the timer window proc, make sure it is valid. by Stephane Lussier · 25 years ago
- baa1556 Moved critical section implementation to ntdll. by Alexandre Julliard · 25 years ago
- 3112fd2 Implemented SHDeleteEmptyKeyA, SHDeleteKeyA. by Mike McCormack · 25 years ago
- fcc199c Fix the return type of mixerMessage16. by Francois Gouget · 25 years ago
- 3e88da1 Renamed VS_USER_INFO to VS_USER_DEFINED. by Francois Gouget · 25 years ago
- c585a50 Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format. by Alexandre Julliard · 25 years ago
- afddcfd Added various type and macro definitions that are needed to compile by Francois Gouget · 25 years ago
- a80d8c6 Generate Win32 dll descriptor structure in the .spec.c file so that we by Alexandre Julliard · 25 years ago
- 124657f Created zmouse.h, moved wheel code from mouse.h into it. by Jeremy White · 25 years ago
- ab170a9 Fixed a few non portable zero-size array declarations. by Alexandre Julliard · 25 years ago
- 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
- fc67be9 Added support for DirectDraw overlays using the XVideo extension. by Lionel Ulmer · 25 years ago
- 0691d74 Fixed some commctl header issues reported in newsgroup. by Marcus Meissner · 25 years ago
- 56b9fea A few includes cleanup. by Alexandre Julliard · 25 years ago
- 74af67e Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 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
- 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
- 770eb51 Moved most global data out of the LPDOSTASK structure. by Alexandre Julliard · 25 years ago
- 0ff083b Call WH_GETMESSAGE hook in PeekMessage too (based on a patch by Rob Farnum). by Alexandre Julliard · 25 years ago
- ff7a61f Make calls to gethostbyname, gethostbyaddr, getservbyname, by Rein Klazes · 25 years ago
- b59627c Added support for exception handling while in vm86 mode. by Alexandre Julliard · 25 years ago
- c941eff Make GetTickCount not use the whole Unix epoch (since 1970) any more, by Andreas Mohr · 25 years ago
- 52b2878 Added a macro for _declspec (backward compatibility synonym of by Francois Gouget · 25 years ago
- f2973ca Must include 'stdlib.h'. by Francois Gouget · 25 years ago
- 2fa2cf7 Added HANDLE_WM_NOTIFY and FORWARD_WM_NOTIFY. by Francois Gouget · 25 years ago
- 72140b0 IErrorInfo is now derived from IUnknown. by Damyan Ognyanoff · 25 years ago
- f2e6575 Added a few missing macros, types and prototypes. by Francois Gouget · 25 years ago
- cb08c82 New file. All RC files generated by VC6 include afxres.h which in turn by Francois Gouget · 25 years ago
- 565b008 - Added some missing WINELIB_NAME_AW definitions, types and messages by Peter Hunnisett · 25 years ago
- 45b2c86 Added preliminary support for switching to vm86 mode with proper by Alexandre Julliard · 25 years ago
- 6dbf67e Moved FILE_dommap() to memory/virtual.c (and renamed it VIRTUAL_mmap). by Alexandre Julliard · 25 years ago
- 46bc534 Fixed incorrect arg count in SHGetSettings that causes winzip32.exe to by Mike McCormack · 25 years ago
- f37e3a4 Removed a coupld of unused functions in the Callout structure. by Alexandre Julliard · 25 years ago
- 654fcc7 Implemented SetCommMask, SetCommTimeouts, GetCommMask, GetCommTimeouts. by Mike McCormack · 25 years ago
- 007fb24 Added support for non-deletable system brushes and pens created by USER. by Andreas Mohr · 25 years ago
- ecdde38 Added GetTimeZoneInformation and TIME_ZONE_ID_INVALID. by Hidenori Takeshima · 25 years ago
- 65cab52 Adjusted to allow MFC compilation; prevent definition of struct fd_set by Jeremy White · 25 years ago
- 5825444 Added PWNDCLASS definition. by Jeremy White · 25 years ago
- a761e3d Modified CallTo16Register routines to update register context after by Ulrich Weigand · 25 years ago
- 52b2d2c Add some Str* prototypes to shlwapi.h. by Huw D M Davies · 25 years ago
- 7f04a17 Added missing __volatile__. by Alexandre Julliard · 25 years ago
- 9982a24 Add WM_USERCHANGED. by Jeremy White · 25 years ago
- 7f0b104 Use tpXXX instead of tbXXX in tagTHREADENTRY32. by Uwe Bonnes · 25 years ago