Added some structures used by NetUserModalsGet.
[wine] / include /
2003-11-25  Mike McCormackAdded some structures used by NetUserModalsGet.
2003-11-22  Alexandre JulliardCreate a huge array in bss to reserve the memory area...
2003-11-22  Dmitry TimoshkovMove CompareString implementation to libwine_unicode...
2003-11-21  Gregory M. TurnerImplemented RpcObjectSetType.
2003-11-20  Vincent BéronRemoved stale instance.h.
2003-11-19  Rein KlazesInclude ft2build.h before freetype/freetype.h. Libfreet...
2003-11-18  Robert Shearman- AVI Splitter implementation.
2003-11-18  Francois GougetAssorted spelling fixes.
2003-11-18  Alexandre JulliardRemoved include/selectors.h.
2003-11-17  Alexandre JulliardMoved toolhelp.h to dlls/kernel.
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-11-17  Alexandre JulliardMoved a few definitions used in only one source file...
2003-11-17  Alexandre JulliardAdded wine_ldt_is_system() to replace the IS_SELECTOR_S...
2003-11-15  Alexandre JulliardMoved a number of DOS definitions out of the global...
2003-11-14  Alexandre JulliardMoved winedos loading functionality to dlls/kernel...
2003-11-14  Jon GriffithsAdd some missing prototypes/defines.
2003-11-14  Eric Pouech- moved the remaining of int21 calls to dlls/winedos
2003-11-14  Raphael JunqueiraAdd the wined3d dll for beginning a cleaner d3d archite...
2003-11-14  Dmitry TimoshkovAdd preliminary support for keyboard layout APIs.
2003-11-13  Alexandre JulliardRemoved instance.h and callback.h, moving their contents to
2003-11-12  Alexandre JulliardAdded configure check for pthread_getattr_np.
2003-11-12  Alexandre JulliardAdded sigsetjmp/siglongjmp and gettid to the portabilit...
2003-11-11  Alexandre JulliardMoved the exec_wine_binary function to the wine library...
2003-11-11  Ulrich CzekallaAdded stubs for AccessCheckByType, AddAuditAccessAce,
2003-11-11  Alexandre JulliardAuthors: Dmitry Timoshkov <dmitry@codeweavers.com>...
2003-11-11  Rolf KalbermatterAdd constants for DSA_InsertItem and DPA_InsertPtr...
2003-11-09  Alexandre JulliardMoved the remaining SYSDEPS_* functions to the wine_pth...
2003-11-09  Huw DaviesLoad any TrueType fonts that fontconfig knows about.
2003-11-09  Robert ShearmanAdded chevron support.
2003-11-06  Alexandre JulliardCreate two separate wine binaries, one using libpthread...
2003-11-06  Alexandre JulliardAVM Computersysteme Vertriebs GmbH
2003-11-06  Alexandre JulliardAdded server_abort_thread to replace SYSDEPS_AbortThread.
2003-11-05  Alexandre JulliardAdded wine_pthread_create_thread and wine_pthread_exit_...
2003-11-05  Mike McCormackMove and correct the MSIDBOPEN defines.
2003-11-05  Ulrich CzekallaImplemented SetDCPenColor and SetDCBrushColor.
2003-11-05  Mike McCormackStub implementation for MsiVerifyPackage.
2003-11-05  Ulrich CzekallaInitial implementation of OleUIInsertObject.
2003-11-04  Alexandre JulliardDisable the asm inline functions when building ntdll...
2003-11-04  Alexandre JulliardAllocate the TEB and signal stack separately from the...
2003-10-31  Alexandre JulliardImplemented RtlCreateUserThread, and use it to move...
2003-10-30  Mike McCormackSome stub implementations.
2003-10-28  Alexandre JulliardIncrease WINE_LDT_FIRST_ENTRY to leave room for glibc...
2003-10-28  Alexandre JulliardRemoved no longer needed SIGNAL_Unblock() function.
2003-10-28  Francois GougetWeekly spelling fixes.
2003-10-28  Alexandre JulliardImplemented Add/RemoveVectoredExceptionHandler.
2003-10-28  Pierre d'HerbemontFixed _wfullpath prototype.
2003-10-27  Raphael Junqueira- Some fixes on DirectSound init (need SetCooperativeLe...
2003-10-24  Alexandre JulliardUse sigsetjmp instead of setjmp in Wine internal except...
2003-10-24  Robert ShearmanAdded amvideo.{idl,h} and aviriff.h.
2003-10-24  Pavel RoskinMSVCRT_tmpnam(): complete rewrite. Use the same names...
2003-10-22  Alexandre JulliardSimplified signal stack allocation a bit, and avoid...
2003-10-22  Alexandre JulliardFixed naming of the A/W types.
2003-10-21  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-21  Steven Edwards- Win16/32 cleanup.
2003-10-21  Daniel MarmierRegCreateKeyEx{A,W}: state that class string is constant.
2003-10-15  Jon GriffithsAdded string folding support.
2003-10-15  Alexandre JulliardGet rid of the drive codepages and use CP_UNIXCP instead.
2003-10-15  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-15  Alex PasadynCheck for Xrandr extension.
2003-10-14  Alexandre JulliardMoved the 16-bit storage interfaces out of the exported...
2003-10-14  Maxime Bellengé- Implemented HEADER_SetBitmapMargin and HEADER_GetBitm...
2003-10-14  Dmitry TimoshkovFixed some problems found while compiling and linking...
2003-10-14  Alexandre JulliardSet or clear the BeingDebugged flag in the PEB when...
2003-10-14  Alexandre JulliardAdded check for pthread.h (reported by Steven Edwards).
2003-10-10  Alexandre JulliardDon't reference the environ global variable from kernel...
2003-10-10  Alexandre JulliardChanged the init code to make libwine load only ntdll...
2003-10-09  Alexandre JulliardUse the Rtl bitmap functions to implement Tls allocation.
2003-10-09  Steven EdwardsBring imagehlp (mostly) inline with the PSDK and Mingw.
2003-10-09  Alexandre JulliardMoved the constructor for the initial TEB to ntdll...
2003-10-08  Mike McCormackDon't share some protected mode interrupts in winedos.
2003-10-08  Alexandre JulliardAdded hack to call CreateFileW through a pointer so...
2003-10-08  Warren BairdChanged InternetSetStatusCallback declaration to
2003-10-08  Alexandre JulliardGet rid of the argv0 and full_argv0 global variables.
2003-10-08  Alexandre JulliardAdded wine_get_argv0_path() to retrieve the path of...
2003-10-08  Alexandre JulliardStore a "removable" flag instead of the full drive...
2003-10-07  Warren BairdAdded extern "C".
2003-10-07  Steven EdwardsRemove a few unneeded include statements in internal...
2003-10-07  Rein KlazesAdded a check for <scsi/scsi.h> and include it in dlls...
2003-10-07  Alexandre JulliardStore the global shell, progman and taskman windows...
2003-10-06  Alexandre JulliardMoved the final process init and dependency loading to
2003-10-06  Kevin KoltzauAdded missing defines and fixed a few typos.
2003-10-04  Alexandre JulliardConverted process creation to Unicode.
2003-10-04  Kevin KoltzauInitial implementation of uxtheme.dll, mostly stubbed...
2003-10-04  Alexandre JulliardImplemented RtlCreateProcessParameters and related...
2003-10-04  Dave BelangerImplemented the SetArcDirection metarecord in EMF driver.
2003-10-03  Pavel RoskinAdded check for scsi/scsi_ioctl.h.
2003-10-03  Kevin KoltzauAdded tmschema.h and some other theme defines.
2003-10-03  Pavel RoskinAdded check for st_blocks in struct stat.
2003-10-02  Alexandre JulliardChanged LdrLoadDll to only search for the dll in the...
2003-10-02  Rolf KalbermatterMoved definition of newly documented API SHRestricted...
2003-10-02  Robert ReifAdded some missing defines.
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-30  Daniel MarmierUse #ifdef instead of #if for all feature tests.
2003-09-29  Alexandre JulliardConverted most of the loader code to Unicode.
2003-09-27  Alexandre JulliardConverted the load order code to use Unicode throughout.
2003-09-27  Alexandre JulliardAdded strspnW and strcspnW.
2003-09-27  Dmitry TimoshkovImplemented RealGetWindowClass.
2003-09-27  Mike McCormackAdded AW defines to msi.h and msiquery.h.
2003-09-25  Alexandre JulliardMoved WINE_MODREF definition to loader.c.
2003-09-25  Alexandre JulliardMoved loadorder support to dlls/ntdll.
next