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:
Diffstat (limited to 'mono/metadata/locales.h')
-rw-r--r--mono/metadata/locales.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mono/metadata/locales.h b/mono/metadata/locales.h
index 8746cf98433..de806988ef2 100644
--- a/mono/metadata/locales.h
+++ b/mono/metadata/locales.h
@@ -16,7 +16,6 @@
#include <mono/metadata/object-internals.h>
#include <mono/metadata/icalls.h>
-#if !ENABLE_NETCORE
/* This is a copy of System.Globalization.CompareOptions */
typedef enum {
@@ -53,7 +52,6 @@ ICALL_EXPORT gint32
ves_icall_System_Globalization_CompareInfo_internal_index (const gunichar2 *source, gint32 sindex,
gint32 count, const gunichar2 *value, gint32 value_length, MonoBoolean first);
-#endif /* !ENABLE_NETCORE */
#define MONO_LOCALE_INVARIANT (0x007F)