From 57c89867f5d355d62917f0c1db4d0cd02741cc9a Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 6 Sep 2001 05:17:22 +0000 Subject: Move appropriate variables to NO_COPY segment, throughout. --- winsup/cygwin/window.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/window.cc') diff --git a/winsup/cygwin/window.cc b/winsup/cygwin/window.cc index 761db2500..4e6ddc914 100644 --- a/winsup/cygwin/window.cc +++ b/winsup/cygwin/window.cc @@ -74,7 +74,7 @@ Winmain (VOID *) { MSG msg; WNDCLASS wc; - static char classname[] = "CygwinWndClass"; + static const NO_COPY char classname[] = "CygwinWndClass"; /* Register the window class for the main window. */ -- cgit v1.2.3