diff options
author | scottc <scottc> | 2002-09-19 08:11:16 +0000 |
---|---|---|
committer | scottc <scottc> | 2002-09-19 08:11:16 +0000 |
commit | bb2104d5dfab7eccc0de8ddb2edb2613421e1352 (patch) | |
tree | 9c29a2c97b12752196793b0e359a8494a30609bb /winsup/cygwin/fhandler_clipboard.cc | |
parent | dedf3e32636ad6e06d1e9d717aeb3732cba59424 (diff) | |
download | gdb-bb2104d5dfab7eccc0de8ddb2edb2613421e1352.tar.gz |
Merged changes from HEAD
Diffstat (limited to 'winsup/cygwin/fhandler_clipboard.cc')
-rw-r--r-- | winsup/cygwin/fhandler_clipboard.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/fhandler_clipboard.cc b/winsup/cygwin/fhandler_clipboard.cc index b1c61b9d35c..ce14def2035 100644 --- a/winsup/cygwin/fhandler_clipboard.cc +++ b/winsup/cygwin/fhandler_clipboard.cc @@ -73,6 +73,7 @@ fhandler_dev_clipboard::open (path_conv *, int flags, mode_t) membuffer = NULL; if (!cygnativeformat) cygnativeformat = RegisterClipboardFormat (CYGWIN_NATIVE); + set_nohandle (true); set_open_status (); return 1; } |