Install the shell hook as a 32-bit hook.
[wine] / include /
2002-10-25  Alexandre JulliardMade the ntdll registry functions use HKEY instead...
2002-10-25  Greg Turner- Make explicit some missing include dependencies.
2002-10-25  Jason EdmeadesDefine the main directx8 entrypoint.
2002-10-25  Alexandre JulliardGet rid of FILE_ATTRIBUTE_SYMLINK (based on a patch...
2002-10-23  Greg TurnerImplemented NdrClientInitializeNew.
2002-10-23  Jukka HeinonenMove interrupt emulation code from INSTR_EmulateInstruc...
2002-10-23  Patrik StridvallDon't use wine/unicode.h in the header files, include...
2002-10-23  Alexandre JulliardAvoid redefinition warning.
2002-10-23  Patrik StridvallAdd pragma to eliminate MS C warnings.
2002-10-23  Alexandre JulliardStore thread id instead of queue handle in timer structure.
2002-10-23  Alexandre JulliardImplemented GetWindowTask16 on top of GetWindowThreadPr...
2002-10-23  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-23  Eric PouechMoved 16 bit digital structs to include/wine/mmsystem16.h.
2002-10-22  Alexandre JulliardAvoid reference to glibc internal __libc_fork function.
2002-10-22  Greg Turner- Use Ove-style macros for NdrConformantStringMarshall...
2002-10-21  Alexandre JulliardFixed the WINE_NO_STRICT #ifdefs to do the right thing...
2002-10-21  Greg TurnerFix return types of NdrConformantStringMarshall, NdrGet...
2002-10-21  Greg TurnerStubs for RpcServerUseProtseqA, RpcServerUseProtseqW.
2002-10-21  Michael GünnewigAdded macros for AVIFileClose and AVIStreamClose.
2002-10-19  Dmitry TimoshkovConvert MessageBox family functions to unicode.
2002-10-19  Greg TurnerPatch cruft removal.
2002-10-19  Greg TurnerSuper-crude implementation for NdrClientCall2.
2002-10-19  Alexandre JulliardGet/SetFastQueue16 should use HQUEUE16 handles.
2002-10-19  Alexandre JulliardRemoved DECLARE_OLD_HANDLE. Fixed a few remaining warnings.
2002-10-19  Malte StarostikFixed IWebBrowser::Navigate() parameter type.
2002-10-19  Alexandre JulliardChanged the USER_HEAP_* macros to use HANDLEs instead...
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-18  Alexandre JulliardAdded FIXMEs for metafile and fullhwnd handle conversio...
2002-10-18  Alexandre JulliardStore the original GDI palette functions in pfnSelectPa...
2002-10-18  Greg Turner- (try to) implement RpcMgmtWaitServerListen
2002-10-18  Alexandre JulliardMerged wine_call_to_16_long and wine_call_to_16_short...
2002-10-18  Alexandre JulliardAdded wine_memcpy_unaligned function to avoid gcc memcpy
2002-10-18  Michael Günnewig- Add FIND_* constants.
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-17  Alexandre JulliardRewrote caret implementation to store the information...
2002-10-17  Dimitrie O. PaunAdd/update the listview structures to version 6.0.
2002-10-16  Greg TurnerUse the msvc way to return a struct, fixing wierd problems.
2002-10-12  Alexandre JulliardRemove no longer used PERQUEUEDATA structure and functions.
2002-10-12  Alexandre JulliardMoved mouse capture handling into the server.
2002-10-12  Alexandre JulliardReimplemented GetLastActivePopup to get the information...
2002-10-11  Alexandre JulliardReimplemented Get/SetActiveWindow, Get/SetFocus and
2002-10-11  Alexandre JulliardAdded server-side infrastructure for the thread input...
2002-10-10  Michael Günnewig- Move the API into a new api.c file.
2002-10-10  Ove KaavenAdded NdrProxyFreeBuffer, NdrProxyGetBuffer, NdrProxyIn...
2002-10-10  Michael Stefaniuc- change the internal functions in windows/cursoricon...
2002-10-10  Steve LustbaderProvide a stub for GetComboBoxInfo.
2002-10-10  Ove KaavenStubby NdrClientCall2 & some header changes.
2002-10-10  Steve LustbaderProvide stub for SetupDiGetClassDevsW.
2002-10-09  Alexandre JulliardAvoid infinite SendMessage recursion, just like Windows...
2002-10-08  Jukka HeinonenAdd support for interrupts in 32-bit code.
2002-10-07  Steve LustbaderProvide stubs for Create/DeleteTimerQueueTimer.
2002-10-07  Steve LustbaderImplement GetUserDefaultUILanguage and GetSystemDefault...
2002-10-04  Alexandre JulliardFixed some handle conversions in prevision of void...
2002-10-03  Alexandre JulliardAdded process_id_t and thread_it_t types to the server...
2002-10-03  Alexandre JulliardRemoved LPxxx handle types that don't exist under Windows.
2002-10-02  György 'Nog' JeneyImplemented {G|S}etWindowSubClass, DefSubclassProc,
2002-10-02  György 'Nog' JeneyAdded a couple of defines.
2002-10-02  Dimitrie O. PaunFix Validate{Rect,Rgn} prototypes.
2002-10-02  Patrik StridvallAdded some more useful macros.
2002-10-01  Patrik StridvallAdded a GNU C implementation of some of the DECLSPEC_...
2002-09-30  György 'Nog' JeneyDefine SNDMSG.
2002-09-29  György 'Nog' JeneyAdded {G|S}etWindowLongPtr.
2002-09-29  György 'Nog' JeneyInitial implementation of custom control header.
2002-09-27  Alexandre JulliardFixed nameless union/struct declaration.
2002-09-25  Alexandre JulliardMoved ts_xlib.c into x11drv and removed libwine_tsx11.
2002-09-25  Alexandre JulliardImport wine_tsx11_lock/unlock directly from x11drv...
2002-09-25  Alexandre JulliardFixed a number of bugs in the handling of window parent...
2002-09-24  Alexandre JulliardRemoved some more TSX11 functions and files.
2002-09-24  Dimitrie O. PaunSmall cleanups, updated documentation.
2002-09-24  Alexandre JulliardRemoved a bunch of no longer used TSX wrappers.
2002-09-24  Michael StefaniucConvert HKEY to a void*.
2002-09-24  Patrick J. McNerthneyRemoved the #undef of WS_DEFINE_SELECT so that select...
2002-09-24  Patrick J. McNerthneyAdded casts to all macros to avoid compiler warnings.
2002-09-23  Patrik StridvallCleaned up the code so it would be easier to parse...
2002-09-23  Andriy PalamarchukImplemented NetQueryDisplayInformation, NetUserGetInfo...
2002-09-21  Dmitry TimoshkovCorrect SIZE_T size according to MS SDK.
2002-09-21  Jason EdmeadesAdded some definitions.
2002-09-20  Jon GriffithsReorganise/minor tidyup of ordinal functions.
2002-09-18  Alexandre JulliardAdded support for the take focus protocol.
2002-09-17  Alexandre JulliardImplemented the ntdll virtual memory functions, and...
2002-09-17  Martin WilckMSVCRT needs a public errno.h file.
2002-09-17  Francois GougetRemove references to PCVOID and LPUINT.
2002-09-17  Francois GougetMove all STATUS_* and RPC_NT_* to ntstatus.h as per...
2002-09-16  Michael StefaniucConvert HRSRC to a void*.
2002-09-16  Francois GougetInclude rpc.h after LPOLESTR and other needed types...
2002-09-16  Vincent BéronFixed typo which prevented correct compilation of code...
2002-09-16  Alexandre JulliardImplemented NtDuplicateObject.
2002-09-16  Dmitry TimoshkovReplace static initializers with a proper #define in...
2002-09-16  Juraj Hercek- fixed typo error in CMYK definition (COLOREF -> COLORREF)
2002-09-12  Alexandre JulliardUse larger signal stack to avoid overflows in filesyste...
2002-09-12  Alexandre JulliardFixed warnings caused by new winternl.h.
2002-09-12  Jason EdmeadesAdded Direct3D 8 headers.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-09-12  Steven EdwardsCleanup warning when building on Mingw.
2002-09-12  Andriy PalamarchukInstall tchar.h.
2002-09-12  Alexandre JulliardRemoved the __uint* types from basetsd.h since they...
2002-09-12  Dimitrie O. PaunAdd ImageList states (ILS_*) definitions.
2002-09-11  Andriy PalamarchukImplemented buffer management functions, a couple of...
2002-09-11  Andriy PalamarchukAdded policy access constants, type definition.
2002-09-10  Patrik StridvallAdded the new header winternl.h.
next