octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #33798] CTRL_CLOSE_EVENT causes windows error


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #33798] CTRL_CLOSE_EVENT causes windows error
Date: Tue, 06 Mar 2012 22:42:04 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11

Follow-up Comment #6, bug #33798 (project octave):

The code is already protected by


#ifdef USE_W32_SIGINT
<snip>
#endif


so further protection by 


#if defined (__MINGW32__) || defined (_MSC_VER)


is meaningless.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33798>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]