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: Rik
Subject: [Octave-bug-tracker] [bug #33798] CTRL_CLOSE_EVENT causes windows error
Date: Tue, 06 Mar 2012 19:39:37 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2

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

Tatsuro,

Michael is okay to apply your patch.  Does your patch apply only to MinGW or
also to other Windows platforms?

Your patch should be protected with at least one #ifdef like this.


#if defined (__MINGW32__)
  ... code here ...
#endif


but perhaps it also needs


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


Could you re-submit your patch with the code protected by an #ifdef?


    _______________________________________________________

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]