Removed a few more #ifdef __WINE__.
[wine] / include / wine / exception.h
2003-01-04  Alexandre JulliardRemoved a few more #ifdef __WINE__.
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-10-28  Lionel UlmerRaise an exception if any Wine or Winelib code does...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-31  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-01-07  Alexandre JulliardAdded support for cleaning up the TEB from inside the...
2000-10-26  Alexandre JulliardRaise an exception when a stub entry point is called.
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-24  Alexandre JulliardAdded support for exception handling while in vm86...
2000-09-18  Alexandre JulliardAdded preliminary support for switching to vm86 mode...
2000-08-23  Alexandre JulliardFixed finally handler name.
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-06-11  Francois GougetReordered the CALLBACK and WINAPI directives so that...
2000-01-30  Ulrich WeigandMoved debugger to libwine to make it available to WineL...
1999-11-13  Ulrich WeigandAdapted to new register function handling.
1999-11-10  Ulrich WeigandBugfix: Exception handlers are *not* WINAPI.
1999-09-27  Alexandre JulliardMoved all signal support to a new platform-specific...
1999-07-24  Lionel UlmerSuppressed compiler warning by using the 'unused' attri...
1999-06-26  Alexandre JulliardFixes for non-i386 compiling.
1999-06-18  Alexandre JulliardA few optimizations.
1999-05-14  Alexandre JulliardFixed a few bugs, and improved the exception macros...
1999-05-12  Alexandre JulliardAdded macros and definitions for using exception inside...