- bf01f05 Add Dar, Dsisr and Trap registers for the PowerPC CONTEXT structure. by Pierre d'Herbemont · 22 years ago
- 2d758c6 Implemented a bunch of environment related NTDLL APIs. by Eric Pouech · 22 years ago
- ce4d111 Moved the EnumResource* functions to the kernel dll, and fixed their prototypes. by Alexandre Julliard · 22 years ago
- d628d12 Implement RtlDuplicateUnicodeString, RtlFindCharInUnicodeString, by Thomas Mertes · 22 years ago
- 06d610e Check the mask flags in the item structure to determine how much by Adam Gundy · 22 years ago
- e1a9b10 Moved the wpp library from tools/ to libs/. by Alexandre Julliard · 22 years ago
- f0025e2 - Implemented RtlAddAccessAllowedAce, RtlAddAccessDeniedAce, by Robert Shearman · 22 years ago
- e426e9a Fix for building lzexpand with Mingw or MS_VC++ includes by Steven Edwards · 22 years ago
- 424202b Moved most of the kernel resource APIs to dlls/kernel. by Alexandre Julliard · 22 years ago
- 86666c5 Implemented ntdll resource functions. by Alexandre Julliard · 22 years ago
- e743e09 Added partial property set support which is used by dxdiag.exe. by Robert Reif · 22 years ago
- 846f253 Indentation fixes. by Dimitrie O. Paun · 22 years ago
- fedc411 Moved the functionality of starting Win16 and DOS programs from the by Alexandre Julliard · 22 years ago
- 69361e0 Moved x11drv.h to dlls/x11drv. by Alexandre Julliard · 22 years ago
- b633887 Moved kernel32.FlushFileBuffers to ntdll.NtFlushBuffersFile. by Eric Pouech · 22 years ago
- 330179f Implemented EnumDisplaySettings* and ChangeDisplaySettings*. by Alex Pasadyn · 22 years ago
- 2e12d33 Removed no longer needed uses of LDPATH. by Alexandre Julliard · 22 years ago
- 013f894 Moved dosconf.c to winedos. by Jukka Heinonen · 22 years ago
- db89a54 Check for struct option independently of the getopt_long check. by Alexandre Julliard · 22 years ago
- 2e9f3d8 Added resource strings for language groups. by Maxime Bellengé · 22 years ago
- a25967c Reimplement SHFileOperation in Unicode, based on the work of Dietrich Teickner. by Rolf Kalbermatter · 22 years ago
- 381e647 Dummy RPC exception macros. by Ove Kaaven · 22 years ago
- 5d73066 Terminate the lfind inline function. by Vincent Béron · 22 years ago
- 9aee7c6 Yet another attempt at fixing the htonl functions. by Alexandre Julliard · 22 years ago
- 1b41cdf Fixed alloca handling the way mingw does it (reported by Vincent Béron). by Alexandre Julliard · 22 years ago
- 468494c Implemented ILGetDisplayNameExA and ILGetDisplayNameExW and call them by Rolf Kalbermatter · 22 years ago
- d6da1f3 Implemented RtlIsNameLegalDOS8Dot3 (based on a patch by Eric Pouech). by Alexandre Julliard · 22 years ago
- 5737fe6 Fix the ListView_SetItemState macro. by Rein Klazes · 22 years ago
- 96af8c2 Fixed gcc varargs macro syntax (reported by Gabriele Giorgetti). by Alexandre Julliard · 22 years ago
- 3b11910 Include shlguid.h from shlobj.h. Expose IShellLink to Winelib apps. by Vincent Béron · 22 years ago
- a79c960 Define some additional constants. by Vincent Béron · 22 years ago
- 9ba17d4 Added some defines to d3d8 header. by Christian Costa · 22 years ago
- aa94a5a Implemented RtlDetermineDosPathNameType_U and RtlIsDosDeviceName_U. by Alexandre Julliard · 22 years ago
- 2d5519f The com_interface attribute is not needed on derived classes. by Alexandre Julliard · 22 years ago
- aa89ecc Added support for generating dependencies for idl files. by Alexandre Julliard · 22 years ago
- aae3cb6 Simplified COM interface declarations, removing the need to define by Alexandre Julliard · 22 years ago
- 5537911 Get rid of the ICOM_CALL macros. by Alexandre Julliard · 22 years ago
- f00c46f Use a more compatible technique to declare COM interfaces methods, by Alexandre Julliard · 22 years ago
- da7d5ac Added more extended error codes. by Vitaliy Margolen · 22 years ago
- 690f89a Fixed tagLVDISPINFO definition. by Juraj Hercek · 22 years ago
- 3dec4c5 Added stubs for dpnhpast and for all the dmusic dlls. by Rok Mandeljc · 22 years ago
- 0ce4826 Implemented RtlRandom, RtlAreAllAccessesGranted, by Thomas Mertes · 22 years ago
- f130f80 Added possibility to filter relay traces based on the module that by Alexandre Julliard · 22 years ago
- 088bcf9 Implemented NtQueueApcThread, and changed the server APC interface to by Alexandre Julliard · 22 years ago
- ceb86a9 - Map winsock sockopts to the POSIX equivalents for IP multicast. by Mike Hearn · 22 years ago
- 39f73dd Merged PE_InitDLL into MODULE_InitDLL. Fixed a few traces. by Alexandre Julliard · 22 years ago
- 56b5e08 Remove the Wine-specific EXCEPTION_CRITICAL_SECTION_WAIT define. by Alexandre Julliard · 22 years ago
- 15f0ac3 Yet another hack to try to make this file compile in all circumstances. by Alexandre Julliard · 22 years ago
- 961afa2 Add a few missing BN_* constants. by Dimitrie O. Paun · 22 years ago
- acd4bc0 Added a few missing DX8 definitions. by Robert Reif · 22 years ago
- 6a9cea9 Added --with-nptl configure option and necessary changes to support by Alexandre Julliard · 22 years ago
- 3200c02 Don't bother checking for the errno function, simply define all of them. by Alexandre Julliard · 22 years ago
- 462172a Added abs_time_t structure to the server protocol, and added a dump by Alexandre Julliard · 22 years ago
- 6cd88fe Add spawnvp to the portability lib. by Dimitrie O. Paun · 22 years ago
- c44555b Added support for marking heap blocks as inaccessible/uninitialized if by Alexandre Julliard · 22 years ago
- 9ee2413 Handle htonl() and friends like select(), this will hopefully avoid by Alexandre Julliard · 22 years ago
- 114b667 Some spelling and formatting fixes. by Andreas Mohr · 22 years ago
- 6f7a204 Added SYSDEPS_GetUnixTid to return the Unix thread id to send to the server. by Alexandre Julliard · 22 years ago
- b2d39ea Moved prototype for SHBindToParent() to shlobj.h. by Rolf Kalbermatter · 22 years ago
- 06a8c12 Portability fixes. by Alexandre Julliard · 22 years ago
- c45bbad Use _spawnvp to replace fork for non-Unix platforms. by Alexandre Julliard · 22 years ago
- 2d55e04 Fix some problems found while compiling and linking Wine under Cygwin. by Dmitry Timoshkov · 22 years ago
- 70c47b6 Try to make winsock.h more portable (based on a patch by Francois Gouget). by Alexandre Julliard · 22 years ago
- fbef57c Moved WaitForMultipleObjects to ntdll (based on a patch by Eric by Alexandre Julliard · 22 years ago
- 91deba1 Clear the entire request, not just the end, in case it contains padding bytes. by Alexandre Julliard · 22 years ago
- 6f6eb82 Add prototype for GetCompressedFileSize. Move some int21 functions to by Jukka Heinonen · 22 years ago
- 45247de Fix errno linkage when compiling in C++. by Dimitrie O. Paun · 22 years ago
- 5537dbb Replaced WINE_CHECK_STRUCT_MEMBER autoconf macro by the standard by Alexandre Julliard · 22 years ago
- 3e588e3 Implemented file change notifications, based on a patch by Mike McCormack. by Alexandre Julliard · 22 years ago
- b59bf98 Moved errno_location support to sysdeps.c. by Alexandre Julliard · 22 years ago
- 98f0202 Use aliases instead of #defines for the varargs functions when using gcc. by Alexandre Julliard · 22 years ago
- 1c7afd8 - no longer using kernel32's APIs but ntdll's by Eric Pouech · 22 years ago
- 95bf7df Stubs for EnumSystemLanguageGroups{A|W}. by Maxime Bellengé · 22 years ago
- 8d7b8e5 Portability fixes. by Alexandre Julliard · 22 years ago
- 8d361bd Properly initialize keyboard auto-repeat for all X connections. by Alexandre Julliard · 22 years ago
- 4fd679b Comment out unneeded extensions. by Dimitrie O. Paun · 22 years ago
- f814cf8 Make use of .half and/or .asciiz assembler keywords when necessary. by Christian Costa · 22 years ago
- 992d1b9 Changed the macros in the msvcrt headers to static inline functions. by Madhura Sahasrabudhe · 22 years ago
- 3dc1f2d Changed the SET_AX etc. macros to not return a value. by Alexandre Julliard · 22 years ago
- a8497bd Make a distinction between the thread Unix pid and the process wide by Alexandre Julliard · 22 years ago
- c83aa0d - Implement RtlDowncaseUnicodeString, RtlUniform, iswdigit, iswlower, by Thomas Mertes · 22 years ago
- 6a26e3f Split signal blocking code out of SIGNAL_Reset into SIGNAL_Block. by Alexandre Julliard · 22 years ago
- 25fe361 Added 'wine' prefix to libwine_unicode exports. by Alexandre Julliard · 22 years ago
- 69dc0d9 Removed no longer needed MODREF.find_export field. by Eric Pouech · 22 years ago
- 2d04be7 Stub implementation of the dmusic dll. by Rok Mandeljc · 22 years ago
- 051f871 - implemented LdrQueryProcessModuleInformation by Eric Pouech · 22 years ago
- 9612383 Moved [efg]cvt functions to msvcrt and fixed them to use a per-thread buffer. by Alexandre Julliard · 22 years ago
- 195574e Added memcpy_unaligned to libwine_port. by Alexandre Julliard · 22 years ago
- 7463af6 Added sprintfW and vsprintfW. by Alexandre Julliard · 22 years ago
- 19e050e Moved WINE_MODREF.flags to WINE_MODREF.ldr.Flags, and make use of the by Eric Pouech · 22 years ago
- 108a69b Moved interlocked functions to libwine_port. by Alexandre Julliard · 22 years ago
- f94c8b8 Move some fields (refCount, tls_index and module) from WINE_MODREF to by Eric Pouech · 22 years ago
- 2ee8b5b Replaced mkstemp by mkstemps from libiberty. by Alexandre Julliard · 22 years ago
- 9b79d69 Moved the module loading/unloading code and the remaining needed by Eric Pouech · 22 years ago
- 500a2f9 Partially implemented LdrLock/UnlockLoaderLock. by Alexandre Julliard · 22 years ago
- 7ac91c7 Added getopt routine to libwine_port (based on a patch by Dimitrie O. Paun). by Alexandre Julliard · 22 years ago
- b1095da Fixed bug that could cause SendMessage to return too early in certain cases. by Alexandre Julliard · 22 years ago
- 6da4c27 Implemented Rtl*ByteSwap() functions, based on a patch by Jon Griffiths. by Alexandre Julliard · 22 years ago
- ccf2f61 Correct the agument count for RtlInitializeGenericTable(). by Jon Griffiths · 22 years ago
- 02c0b9c Fixed a few function pointer typedefs. by Alexandre Julliard · 22 years ago