aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/window.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-10-13 01:35:15 +0000
committerChristopher Faylor <me@cgf.cx>2001-10-13 01:35:15 +0000
commitbc6ed5498655ea0e2cc4f0748ad8311e803d5b71 (patch)
treed5aa1cd43a0d4af104f86cdfeeef6d21d8c291ae /winsup/cygwin/window.cc
parentcb1826572ce94eabfa1e4b5e8737fad188a55048 (diff)
downloadnewlib-bc6ed5498655ea0e2cc4f0748ad8311e803d5b71.zip
newlib-bc6ed5498655ea0e2cc4f0748ad8311e803d5b71.tar.gz
newlib-bc6ed5498655ea0e2cc4f0748ad8311e803d5b71.tar.bz2
* autoload.cc (wsock_init): Reorganize slightly to accomodate a new compiler.
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 4567da6..0554f37 100644
--- a/winsup/cygwin/window.cc
+++ b/winsup/cygwin/window.cc
@@ -74,7 +74,7 @@ Winmain (VOID *)
{
MSG msg;
WNDCLASS wc;
- static const NO_COPY char classname[] = "CygwinWndClass";
+ static NO_COPY char classname[] = "CygwinWndClass";
/* Register the window class for the main window. */