diff options
author | Christopher Faylor <me@cgf.cx> | 2000-03-07 05:33:09 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-03-07 05:33:09 +0000 |
commit | 5abc9b830b4a18d23782f8267abad8ee6eda6d7b (patch) | |
tree | 726423551dc0d900b8d4d80623d773f5abf178a7 /winsup/cygwin/window.cc | |
parent | b5314dabec4edd798f5ba53a5561e85c15b35355 (diff) | |
download | cygnal-5abc9b830b4a18d23782f8267abad8ee6eda6d7b.tar.gz cygnal-5abc9b830b4a18d23782f8267abad8ee6eda6d7b.tar.bz2 cygnal-5abc9b830b4a18d23782f8267abad8ee6eda6d7b.zip |
Throughout use strace class in place of individual functions and variables.
* cygwin.din: Eliminate _strace_wm.
* sigproc.cc (wait_sig): Temporarily add more debugging output.
* include/cygwin/version.h: Bump minor api to reflect export change.
Diffstat (limited to 'winsup/cygwin/window.cc')
-rw-r--r-- | winsup/cygwin/window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/window.cc b/winsup/cygwin/window.cc index 336196d39..161057426 100644 --- a/winsup/cygwin/window.cc +++ b/winsup/cygwin/window.cc @@ -24,7 +24,7 @@ static LRESULT CALLBACK WndProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) { #ifndef NOSTRACE - _strace_wm (uMsg, wParam, lParam); + strace.wm (uMsg, wParam, lParam); #endif switch (uMsg) { |