Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-03-07 08:33:09 +0300
committerChristopher Faylor <me@cgf.cx>2000-03-07 08:33:09 +0300
commit5abc9b830b4a18d23782f8267abad8ee6eda6d7b (patch)
tree726423551dc0d900b8d4d80623d773f5abf178a7 /winsup/cygwin/window.cc
parentb5314dabec4edd798f5ba53a5561e85c15b35355 (diff)
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.cc2
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)
{