diff options
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 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. */ |