Don't issue error message if message number in application range.
[wine] / include /
2002-07-10  Admiral CoeymanAdded support for FPU emulation interrupts.
2002-07-10  Jon GriffithsStubs/docs for NotifyWinEvent,SetWinEventHook,IsWinEven...
2002-07-08  Gregg MattinsonFixed V_DECIMAL macro to reflect where the decVal membe...
2002-07-05  Gregg Mattinson- Forte C does not support nameless structures or unions
2002-07-05  Alexandre JulliardTried to make IsDialogMessageW more compatible. Changed
2002-07-03  Gregg MattinsonRemoved extra , from last element in enum declarations.
2002-07-03  Gregg MattinsonRemoved extra ; from end of ICOM_METHOD macros.
2002-07-02  Juergen Schmied- changed STRRET definition
2002-07-01  Alexandre JulliardAdded configure check for getpwuid.
2002-07-01  Andreas MohrImplemented set cursor shape functionality.
2002-06-28  Alexandre JulliardAdded some ALSA configure checks.
2002-06-28  Gregg MattinsonRemoved C++ style comments.
2002-06-25  Alexandre JulliardReplaced LPTODP/DPTOLP macros by calls to LPtoDP/DPtoLP...
2002-06-25  Alexandre JulliardFixed endianness #ifdefs (spotted by Jason Edmeades).
2002-06-25  Alexandre JulliardAdded support for path wildcards of the form "*dllname...
2002-06-24  Ulrich CzekallaAdded temp fix for world transform bug in SetWindowOrgE...
2002-06-24  Steven EdwardsAdded check for pwd.h.
2002-06-22  Huw D M Davies- Implement AddFontResource*, add stubs for RemoveFontR...
2002-06-22  Alexandre JulliardAdded printf format checking to the ok() and trace...
2002-06-21  Gregg MattinsonMoved all #includes to the top so that __stdcall is...
2002-06-20  Alexandre JulliardCreate the server directory and socket file in /tmp.
2002-06-20  Jason Edmeades- VarAnd, VarCmp (Strings only), VarNot implemented.
2002-06-20  Sander van Leeuwen'class' is a reserved word (C++).
2002-06-14  Aric StewartAdded GetCurrentHwProfileA.
2002-06-14  Ove Kaaven- support DirectInput 8 interfaces.
2002-06-14  Alexandre JulliardUpdate the cursor for each window on receiving an X11...
2002-06-14  Alexandre JulliardStore the current cursor in the thread queue instead...
2002-06-13  Ove KaavenSupport DirectSound 8 interfaces. Split interface imple...
2002-06-10  Alexandre JulliardMoved DC origin into device-specific structure.
2002-06-10  Alexandre JulliardAuthors: Jesse Allen <uh_ja@gmx.net>, Lionel Ulmer...
2002-06-04  Alexandre JulliardDuplicated wsprintf implementation in shlwapi.
2002-06-04  Alexandre JulliardMoved specification of relay and snoop include/exclude...
2002-06-04  Alexandre JulliardBetter encapsulation of the font and metafile objects.
2002-06-04  Warren TurkalMore stream definitions.
2002-06-02  Alexandre JulliardBetter separation of the palette functions.
2002-06-02  Alexandre JulliardRemoved CURSORICON_IconToCursor now that we support...
2002-06-02  Mike McCormackDeclare NtCreateFile(), NtOpenFile() and NtReadFile().
2002-06-02  Eric PouechImplementation for console control events (includes...
2002-06-02  Vincent Béron- Made sure const LP were actually const in dinput.h.
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-05-30  Alexandre JulliardAdded wine_server_fd_to_handle to replace FILE_DupUnixH...
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-05-30  Vincent Béron- Fixed GetSystemTimeAdjustment prototype and added...
2002-05-29  Alexandre JulliardReplaced swprintf by wsprintfW.
2002-05-29  Alexandre JulliardMoved WORDS_BIGENDIAN macros to basetsd.h.
2002-05-29  Gregg MattinsonFixed the LARGE_INTEGER and ULARGE_INTEGER unions for...
2002-05-28  Christian CostaThe SVGA block code was not accessible (AH and AL inver...
2002-05-28  Warren TurkalAdded structures and some constants for stream handling.
2002-05-28  Mike McCormackStub implementations of some functions.
2002-05-25  Alexandre JulliardRemoved dependencies on the internals of the region...
2002-05-24  Alexandre JulliardA few optimizations in the process startup requests...
2002-05-24  Vincent BéronPartial implementation of VerifyVersionInfo{A,W}.
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-05-23  Alexandre JulliardRestored managed mode config file option.
2002-05-23  Alexandre JulliardReplaced the GET/PUT_UA macros by memcpy. Fixed a few...
2002-05-23  Dimitrie O. PaunRemove the --managed option, and make wine use the...
2002-05-23  Francois GougetInclude winerror.h if in Winelib mode.
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-05-22  Francois GougetAdd mswsock.h, move relevant definitions to this header.
2002-05-21  Francois GougetTest for IStream_IMETHODS before defining APIs that...
2002-05-20  Alexandre JulliardAdded configure check for the soname of libraries that...
2002-05-20  Alexandre JulliardGot rid of GetSysColorPen.
2002-05-19  Alexandre JulliardExport the debug API as functions instead of pointers.
2002-05-19  John K. HohmMore comcat.dll implementation, swprintf fix, winerror...
2002-05-19  Vincent BéronCorrect implementation of VerSetConditionMask.
2002-05-17  Alexandre JulliardA few fixes for mingw cross-compilation.
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-05-16  Alexandre JulliardExport global argc/argv variables from libwine and...
2002-05-16  Philip BrownNeed to undef NOERROR for Solaris.
2002-05-16  Alexandre JulliardMoved the selector access functions out of winnt.h...
2002-05-16  Alexandre JulliardImplemented strtolW/strtoulW in libwine_unicode and...
2002-05-14  Alexandre JulliardPortability fixes.
2002-05-14  Vincent BéronBetter implementation of GetCalendarInfo{A,W}, not...
2002-05-11  John K. HohmFixed typos; added standard CATID_'s.
2002-05-11  Eric PouechFixed FlushInstructionCache prototype.
2002-05-10  Steven EdwardsDetect snprintf && _snprintf, use _snprintf on stupid...
2002-05-10  Alexandre JulliardAdded some #ifdefs HAVE_X11_XLIB_H where appropriate.
2002-05-09  John K. HohmAdded definitions for the Component Categories Manager.
2002-05-09  Juergen SchmiedTypes and partial implementation for NtQueryVolumeInfor...
2002-05-09  Alexandre JulliardAdded mkinstalldirs to create directories more portably.
2002-05-09  Alexandre JulliardAdded ExtSelectClipRgn to the DC interface and implemen...
2002-05-07  Jukka HeinonenAdded support for DPMI RawModeSwitch.
2002-05-07  Alexandre JulliardAdded check for sys/sysctl.h.
2002-05-06  David HammertonAdded implementation of GetWindowInfo.
2002-05-05  Steven EdwardsCheck for and use chsize instead of ftruncate if present.
2002-05-05  Alexandre JulliardRemoved more code at Hidenori's request.
2002-05-04  Patrik StridvallMS C related changes.
2002-05-02  Alexandre JulliardCleaned up some inter-dll dependencies in palette manag...
2002-05-02  Alexandre JulliardRemoved some direct accesses to the DC structure.
2002-05-02  Alexandre JulliardCommented out removed headers.
2002-05-02  Alexandre JulliardRemoved a bunch of multimedia code at Hidenori's request.
2002-05-02  Alexandre JulliardRewrote some headers from scratch to avoid EULA/patent...
2002-05-01  Rizsanyi ZsoltImplemented IOCTL_SCSI_GET_ADDRESS for non true scsi...
2002-05-01  Laurent PinchartImplementation of IOCTL_SCSI_PASS_THROUGH and
2002-05-01  Alexandre JulliardAttempt at fixing MAX_PATH issues for mingw.
2002-05-01  Johan GillDirectSoundEnumerateA() now passes a GUID to the callba...
2002-04-29  Patrik StridvallMicrosoft C related changes.
2002-04-27  Alexandre JulliardFreeBSD compile fix.
next