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:
authorZoltan Varga <vargaz@gmail.com>2017-08-15 18:16:48 +0300
committerGitHub <noreply@github.com>2017-08-15 18:16:48 +0300
commit9ba3fa0ba37c3b11b7129c3092a379711fd128e4 (patch)
tree9d4d61094a50d68ea530562cae02b8130546b302 /winconfig.h
parentb89b696e71fbcf94520cf70aeb636658951a50a6 (diff)
[runtime] Use HOST_ defines instead of PLATFORM_ defines. (#5362)
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winconfig.h b/winconfig.h
index 97d9f4c433a..00edfeec2f7 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -55,7 +55,7 @@
#define DISABLE_PORTABILITY 1
/* Windows does not have symlinks */
-#define PLATFORM_NO_SYMLINKS 1
+#define HOST_NO_SYMLINKS 1
/* String of disabled features */
#define DISABLED_FEATURES "none"