* mswin/gdbwin.h: Remove bogus definition of CORE_ADDR.

* mswin/srcwin.cpp (CSrcScroll1::CSrcScroll1):  Initialize depth
	to fix divide-by-zero problem with clicking on source window.
This commit is contained in:
Stu Grossman 1996-11-05 18:15:41 +00:00
parent 9356d50dd2
commit 7af1bcd64c
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Tue Nov 5 10:08:07 1996 Stu Grossman (grossman@critters.cygnus.com)
* mswin/gdbwin.h: Remove bogus definition of CORE_ADDR.
* mswin/srcwin.cpp (CSrcScroll1::CSrcScroll1): Initialize depth
to fix divide-by-zero problem with clicking on source window.
Mon Nov 4 00:48:37 1996 Stu Grossman (grossman@critters.cygnus.com)
* mswin/recordit: Fix problem with absolute paths.