d3dcompiler.h: Add function pointer typedefs.
[wine] / include / wine / debug.h
2008-12-09  Alexandre Julliardinclude: Fix a few compiler warnings for the Mingw64...
2007-05-21  Dmitry Timoshkovinclude/wine/debug.h: Fix compilation warning in 64...
2007-03-27  Andrew Talbotwinelib: Replace inline static with static inline.
2007-01-18  Francois GougetAssorted spelling fixes.
2006-12-20  Alexandre Julliardinclude: Get rid of the WINE_NO_LONG_AS_INT ifdefs.
2006-10-16  Michael StefaniucThe Data1 member of the GUID struct needs to be an...
2006-09-29  Michael Stefaniucdebug.h, test.h: Temporary add ifdefs around some print...
2006-05-25  Alexandre Julliardinclude: Prevent internal Wine headers from being used...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-10-18  Alexandre JulliardAdded a __wine_dbg_set_channel_flags function to allow...
2005-09-29  Alexandre JulliardExport the get_channel_flags function avoid warnings...
2005-09-28  Alexandre JulliardDeclare debug channels as static variables so that...
2005-09-28  Alexandre JulliardNew scheme for keeping track of debug channels that...
2005-09-26  Alexandre JulliardExport the temp buffer functionality in the debug funct...
2005-09-23  Alexandre JulliardDefined a proper structure for debug channels.
2005-08-23  Kevin KoltzauFix pointer cast warnings in 64bit.
2004-10-19  Vincent BéronUse a new DLLDEFS variable in configure/Makefiles to...
2003-11-18  Robert Shearman- AVI Splitter implementation.
2003-08-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2003-04-14  Alexandre JulliardFixed gcc varargs macro syntax (reported by Gabriele...
2003-03-15  Jon GriffithsReally get rid of debug code/strings if we're building...
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-04  Dimitrie O. PaunRename __WINE__ to __WINESRC__.
2003-01-03  Alexandre JulliardAdded wine_dbg_sprintf function that allocates a tempor...
2002-07-05  Gregg Mattinson- Forte C does not support nameless structures or unions
2002-05-19  Alexandre JulliardExport the debug API as functions instead of pointers.
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-22  Alexandre JulliardMoved debug definitions to include/wine/debug.h.