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

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


Author: piumarta
Date: 2012-09-15 18:26:27 -0700 (Sat, 15 Sep 2012)
New Revision: 2608

Modified:
   trunk/platforms/win32/plugins/AsynchFilePlugin/sqWin32AsyncFilePrims.c
Log:
provide default definition for STACK_SIZE_PARAM_IS_A_RESERVATION

Modified: trunk/platforms/win32/plugins/AsynchFilePlugin/sqWin32AsyncFilePrims.c
===================================================================
--- trunk/platforms/win32/plugins/AsynchFilePlugin/sqWin32AsyncFilePrims.c	2012-09-16 01:25:49 UTC (rev 2607)
+++ trunk/platforms/win32/plugins/AsynchFilePlugin/sqWin32AsyncFilePrims.c	2012-09-16 01:26:27 UTC (rev 2608)
@@ -54,6 +54,10 @@
 /* Async file handle (defined in header file):
 */
 
+#ifndef STACK_SIZE_PARAM_IS_A_RESERVATION
+# define STACK_SIZE_PARAM_IS_A_RESERVATION 0x00010000
+#endif
+
 typedef struct {
   /* Win stuff */
   HANDLE hFile;		/* The file handle we're operating on */



More information about the Vm-dev mailing list