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

support.c « metadata « mono - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 104ef642a970dcaaea01dec3b96e93da842173e1 (plain)
1
2
3
4
5
6
7
8
9
10
11

#include "utils/mono-compiler.h"

#if defined(ENABLE_MONOTOUCH) && !defined(ENABLE_NETCORE)
#include "../../support/zlib-helper.c"
#elif defined(ENABLE_MONODROID) && !defined(ENABLE_NETCORE)
#include "../../support/nl.c"
#include "../../support/zlib-helper.c"
#else
MONO_EMPTY_SOURCE_FILE(empty);
#endif