- 10e6f57 Set the WINEPRELOADRESERVE variable when starting a new process. by Alexandre Julliard · 21 years ago
- dc61a30 MinGW portability fix. by Hans Leidekker · 21 years ago
- 7590fe5 Added d3dxof dll, part of Direct3D. by Christian Costa · 21 years ago
- 34401d8 Added PPOINTL, a pointer to a POINTL struct. by Jon Griffiths · 21 years ago
- 773784e Added definitions for the IShellWindows interface. by Mike McCormack · 21 years ago
- 59f3fa1 Added definitions for the IFolderViewOC interface. by Mike McCormack · 21 years ago
- 910234e Pass the environ variable from main to try to avoid Darwin's by Alexandre Julliard · 21 years ago
- b1abca8 Initial version of the Wine preloader, used to reserve memory by Alexandre Julliard · 21 years ago
- a8877ba Make sure __ASM_GLOBAL_FUNC generates code in the text segment. by Alexandre Julliard · 21 years ago
- 880c0c8 Give a struct tag to OPENILENAMEA/W to allow forward declarations. by Jon Griffiths · 21 years ago
- 3e42f69 Changed my name, so update copyright info. by Ivan Leo Puoti · 21 years ago
- 2dff1fe Moved environ definition to port.h. by Alexandre Julliard · 21 years ago
- 32e3d89 Add a couple of missing listview macros. by Jon Griffiths · 21 years ago
- 94d74b5 Added support for managing reserved memory areas in libwine and ntdll. by Alexandre Julliard · 21 years ago
- eb04fd2 Converted the memory views list to use the standard functions from by Alexandre Julliard · 21 years ago
- 48a8659 - removed file extension from module (and suffixed ELF modules with by Eric Pouech · 21 years ago
- bde649c Added some missing prototypes. by Eric Pouech · 21 years ago
- 2f339b2 Added the IInternetSession interface. by Patrik Stridvall · 21 years ago
- 8c29b5f Removed the no longer used SMB file I/O support, we can't do reliable by Alexandre Julliard · 21 years ago
- bcc2a5c - rewrote the file code so that streams manage low level file desc by Eric Pouech · 21 years ago
- a421533 - Typo fix in dmusicf.h. by Raphael Junqueira · 21 years ago
- 64af08e Better have internal & external TEB definitions have the same size. by Eric Pouech · 21 years ago
- 9ff652d Fixed a missing typedef. by Eric Pouech · 21 years ago
- 9e8d507 IMessageFilter::HandleInComingCall() should be HandleIncomingCall(). by Jake Hamby · 21 years ago
- c07ce05 Moved loading of the home registry files to the server, there's no by Alexandre Julliard · 21 years ago
- 57f7a2c Implemented IsAsyncMoniker. by Kevin Koltzau · 21 years ago
- f950d97 Remove the last remaining wine options when running programs. by Dimitrie O. Paun · 21 years ago
- b41466b Allow applications, under certain conditions, to set data into the by Ulrich Czekalla · 21 years ago
- ab92cfe Replaced LPINPUT_RECORD by PINPUT_RECORD. by Alexandre Julliard · 21 years ago
- f0b47e2 Implemented CoInternetCombineUrl and CoInternetCompareUrl. by Kevin Koltzau · 21 years ago
- 47a88ba Explicitly specify alignment of 64-bit types. by Alexandre Julliard · 21 years ago
- ee9777e Add the IMAPIProp/IPropData definitions. by Jon Griffiths · 21 years ago
- c0c6c4d Disable buffering of test output to keep more information in case of a crash. by Ferenc Wagner · 21 years ago
- 643617f Moved most remaining file functions to dlls/kernel. by Alexandre Julliard · 21 years ago
- 72f87b8 Use pread/pwrite everywhere to avoid changing the file position while by Alexandre Julliard · 21 years ago
- 8aeb463 Stub cmc_query_configuration() and add xcmc.h header file. by Chris Morgan · 21 years ago
- d4874d6 Added a few more info classes in NtQueryInformationFile. by Alexandre Julliard · 21 years ago
- 7a58c6e Add a stub for StgCreateStorageEx(). Returns by Francois Gouget · 21 years ago
- ffcc67a Added auto-detection of DOS drive devices based on finding the by Alexandre Julliard · 21 years ago
- c3b8a20 Added pstore.h and an IDL file to generate it. by Mike McCormack · 21 years ago
- 553a75e Use symlinks in dosdevices/ for the drive devices too. by Alexandre Julliard · 21 years ago
- c349d7d Removed a number of internal file functions that are no longer used. by Alexandre Julliard · 21 years ago
- 06c46d9 Reimplemented Get/SetCurrentDirectoryW using the corresponding ntdll functions. by Alexandre Julliard · 21 years ago
- 18cdbf1 - add some prototypes/typedefs to msi.h by Raphael Junqueira · 21 years ago
- 0345908 Assorted spelling fixes. by Francois Gouget · 21 years ago
- cf67839 Pass the creation disposition to wine_nt_to_unix_file_name so that it by Alexandre Julliard · 21 years ago
- d701e6d Define _T[USX]?CHAR/_TINT/TCHAR types, for compatibility. by Dimitrie O. Paun · 21 years ago
- adb4cb3 Fix the _WCTYPE_T_DEFINED sentry for compatibility. by Dimitrie O. Paun · 21 years ago
- 85ef456 Fix the DDE PFNCALLBACK prototype. by Dmitry Timoshkov · 21 years ago
- 11b26f0 Update/Add MAPI headers. by Jon Griffiths · 21 years ago
- 9db147e Make DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of by Alexandre Julliard · 21 years ago
- d996f60 Add some compatibility macros. by Dmitry Timoshkov · 21 years ago
- e79ff70 * add some values to the SYSTEM_INFORMATION_CLASS enumeration by Mike McCormack · 21 years ago
- e440932 Reimplemented GetFileAttributesExW and GetCompressedFileSizeW using by Alexandre Julliard · 21 years ago
- 6683432 Assorted spelling fixes. by Francois Gouget · 21 years ago
- e2490a0 Stub and documentation for RtlFormatMessage. by Robert Shearman · 21 years ago
- 174e2a6 Reimplemented GetFileAttributesW, SetFileAttributesW and SetFileTime by Alexandre Julliard · 21 years ago
- 73d9e1a Fixed/updated the file attributes defines. by Alexandre Julliard · 21 years ago
- 7930ada Fix some RPC prototypes to get it compiling with W32API. by Filip Navara · 21 years ago
- b7852de Add the IAutoComplete and IAutoComplete2 implementation (but methods by Maxime Bellengé · 21 years ago
- dbb03ec Fixes support for older versions of direct sound. by Robert Reif · 21 years ago
- 4aea40a - fix dxdiag.h (again) by Raphael Junqueira · 21 years ago
- dfcfc98 RtlSetCurrentDirectory_U: store a handle to the current directory by Alexandre Julliard · 21 years ago
- 186b419 Added hack to fetch the current directory from the subsystem tid so by Alexandre Julliard · 21 years ago
- b3f32d9 Fixed some bugs. by Raphael Junqueira · 21 years ago
- a45931c Get rid of the TEB flags, they are no longer used. by Alexandre Julliard · 21 years ago
- 347081d Prevent CY type from being redefined. by Jon Griffiths · 21 years ago
- 675855d Added the dxdiag.h header. by Raphael Junqueira · 21 years ago
- 1cb0cf4 Moved wine_get_unix_file_name implementation to ntdll, and changed it by Alexandre Julliard · 21 years ago
- ac05d0d Partial stub of GdiAlphaBlend/AlphaBlend. by Kevin Koltzau · 21 years ago
- 2493529 Fix the case of RpcNetworkIsProtseqValid[AW] (was by Filip Navara · 21 years ago
- 2392a36 Get rid of non-standard ERROR_UNKNOWN value. by Filip Navara · 21 years ago
- 4e6fca0 Don't declare GDI stuff when NOGDI is defined. by Dimitrie O. Paun · 21 years ago
- f379a1d Get rid of E_UNSPEC non-standard error value. by Filip Navara · 21 years ago
- a5686fe Added definition for HUGE_VAL. by Dimitrie O. Paun · 21 years ago
- 64fd63f Add struct name for BITMAPINFO. by Dimitrie O. Paun · 21 years ago
- 18c08d3 Removed the get_file_info request. by Alexandre Julliard · 21 years ago
- d313f20 Add some structures and defines. by Rein Klazes · 21 years ago
- 743997f Replace the get_file_info request by an fstat() on the client side. by Alexandre Julliard · 21 years ago
- db45170 Handle the set_file_pointer request on the client side. by Alexandre Julliard · 21 years ago
- 2d04130 Fix compiling under MS_VC 6. by Steven Edwards · 21 years ago
- 43b9f97 - fix DbgPrint and implement DbgPrintEx - stub for NtImpersonateAnonymousToken by Raphael Junqueira · 21 years ago
- 5891249 Correct dplay8 headers for future use. by Raphael Junqueira · 21 years ago
- c7c9f93 Load the XRandR extension dynamically (with help from Alex Pasadyn). by Mike McCormack · 21 years ago
- 49b2f6d Get rid of the removable media handling in the server. by Alexandre Julliard · 21 years ago
- 670711e Handle file mappings on removable media entirely inside ntdll. by Alexandre Julliard · 21 years ago
- e77c9be Added support for fstatvfs. by Alexandre Julliard · 21 years ago
- 2feebb4 - implement loading network providers by Juan Lang · 21 years ago
- f35d1ca Moved quite a few functions to dbghelp (removed debug.c and symbol.c files). by Eric Pouech · 21 years ago
- 36f8f1b Stub implementation for WSALookupServiceBeginA/W. by Rein Klazes · 21 years ago
- 800864a First shot at implementing dbghelp. by Eric Pouech · 21 years ago
- 27b1cf9 Fixed RtlDosPathNameToNtPathName_U prototype. by Alexandre Julliard · 21 years ago
- 65c7aa9 Add a bunch of missing declarations. by Juan Lang · 21 years ago
- a89674f ifdef guard TCHAR declaration like PSDK does. by Juan Lang · 21 years ago
- 30dbb04 - implemented MCI_SOUND command by Eric Pouech · 21 years ago
- b70e0c8 Removed the FailReadOnly option, this is now the default behavior. by Alexandre Julliard · 21 years ago
- 5e80d6f Define all macros described on MSDN. by Felix Nawothnig · 21 years ago
- 5333206 Added memicmpW. by Alexandre Julliard · 21 years ago
- abe9c97 Remove the rest of the Tweak look hack. by Dimitrie O. Paun · 21 years ago
- 9e06d0c Add some declarations for additional SHFileOperation features. by Rolf Kalbermatter · 21 years ago