updated browser capabilities file
[mono.git] / mono / io-layer / handles.c
index ab9dd1aff7601dbf693076f9ca1ddd62ef84fdda..a16db6e976d059ff90599d0e7d62360d77164c06 100644 (file)
@@ -654,7 +654,7 @@ void _wapi_handle_unref (gpointer handle)
        }
 }
 
-#define HDRSIZE (sizeof(struct _WapiScratchHeader) - MONO_ZERO_ARRAY_LENGTH)
+#define HDRSIZE sizeof(struct _WapiScratchHeader)
 
 static pthread_mutex_t _wapi_scratch_mutex=PTHREAD_MUTEX_INITIALIZER;