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:
authorJoão Matos <joao@tritao.eu>2016-02-25 21:29:21 +0300
committerJoão Matos <joao@tritao.eu>2016-02-25 21:29:21 +0300
commit1c4d28ddb4f5073569c1ec2e16131e6eb1aa58e3 (patch)
treeec77d588f7aa9068c86fd36cbc0f12b2551ae74d /support
parentec0063b889aaa1790c383cd84a25754d66a82476 (diff)
Fixed the build.
Diffstat (limited to 'support')
-rw-r--r--support/zlib-helper.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/support/zlib-helper.c b/support/zlib-helper.c
index ff6bbb18dd9..f364a66095f 100644
--- a/support/zlib-helper.c
+++ b/support/zlib-helper.c
@@ -17,6 +17,10 @@
#include <string.h>
#include <stdlib.h>
+#ifndef MONO_API
+#define MONO_API
+#endif
+
#ifndef TRUE
#define FALSE 0
#define TRUE 1