[Vm-dev] [commit] r2610 - provide default definition for STACK_SIZE_PARAM_IS_A_RESERVATION

commits at squeakvm.org commits at squeakvm.org
Sun Sep 16 01:27:19 UTC 2012


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



More information about the Vm-dev mailing list