Include <limits.h> to get a definition of NAME_MAX.
[wine] / programs / winedbg /
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2003-01-07  Eric PouechFixed protocol packet handling when winedbg is too...
2003-01-05  Eric PouechFixed some bugs in cast operator.
2002-12-16  Eric PouechFixed a few issues with the gdb proxy.
2002-12-15  Alexandre JulliardAdded y.tab.[ch] pseudo-dependencies to fix parallel...
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-11-30  Vincent BéronChange CRLF end of lines in LF only.
2002-11-13  Eric PouechActually exit loop on '\0' while printing a string.
2002-11-06  Eric PouechReplaced assert by simple if + warning message for...
2002-10-28  Lionel UlmerRaise an exception if any Wine or Winelib code does...
2002-10-25  Jeff SmithFixed behaviour of "x /s ...".
2002-10-15  Gerald PfeiferSilence warning in hex_from0().
2002-09-29  Greg TurnerAttempt at handling 'k' and 'B' symbols.
2002-09-16  Eric PouechAdded ability to abort on interactive symbol lookup.
2002-09-13  Alexandre JulliardMoved the debugger to programs/winedbg where it belongs.