Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2005-09-30 01:52:38 +0400
committerMiguel de Icaza <miguel@gnome.org>2005-09-30 01:52:38 +0400
commit742b66ab330f401689cc5b22ee4e4f08447e36dd (patch)
tree2014813dde809db27346c7518eef722220dd90ad /support
parentf3969aff194270fff721918baa3c187790562320 (diff)
Fix
svn path=/trunk/mono/; revision=51014
Diffstat (limited to 'support')
-rw-r--r--support/supportw.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/support/supportw.c b/support/supportw.c
index 650a67c55c5..5e3daa4f2c5 100644
--- a/support/supportw.c
+++ b/support/supportw.c
@@ -19,10 +19,6 @@
#include "mono/metadata/object.h"
#include "mono/metadata/tabledefs.h"
#include "mono/io-layer/wapi.h"
-#include <limits.h> /* for PAGESIZE */
-#ifndef PAGESIZE
-#define PAGESIZE 4096
-#endif
typedef struct {
const char *fname;