[commit] r2610 - provide default definition for STACK_SIZE_PARAM_IS_A_RESERVATION

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[commit] r2610 - provide default definition for STACK_SIZE_PARAM_IS_A_RESERVATION

commits-3
 
Author: piumarta
Date: 2012-09-15 18:27:19 -0700 (Sat, 15 Sep 2012)
New Revision: 2610

Modified:
   trunk/platforms/win32/plugins/MIDIPlugin/sqWin32MIDI.c
Log:
provide default definition for STACK_SIZE_PARAM_IS_A_RESERVATION

Modified: trunk/platforms/win32/plugins/MIDIPlugin/sqWin32MIDI.c
===================================================================
--- trunk/platforms/win32/plugins/MIDIPlugin/sqWin32MIDI.c 2012-09-16 01:26:51 UTC (rev 2609)
+++ trunk/platforms/win32/plugins/MIDIPlugin/sqWin32MIDI.c 2012-09-16 01:27:19 UTC (rev 2610)
@@ -21,6 +21,10 @@
 
 #ifndef NO_MIDI
 
+#ifndef STACK_SIZE_PARAM_IS_A_RESERVATION
+# define STACK_SIZE_PARAM_IS_A_RESERVATION 0x00010000
+#endif
+
 #ifndef NO_RCSID
   static char RCSID[] = "$Id$";
 #endif