Patches item #1371478, was opened at 2005-12-02 00:55 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1371478...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata Group: bugfix Status: Open Resolution: None Priority: 5 Submitted By: Hans-Christoph Steiner (eighthave) Assigned to: Miller Puckette (millerpuckette) Summary: Minor define fix for MinGW
Initial Comment:
MinGW doesn't use the #pragmas that MSVC does, and throws a warning. Changing #ifdef NT to #ifdef _MSC_VER will make sure that the #pragmas are only used with compiling with MSVC and not MinGW or Cygwin.
This patch is part of the Pd-0.38.4-extended builds and applies cleanly to .38.x and CVS HEAD in combination with all of the patches that I am currently using (in CVS at packages/patches).
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1371478...