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>2018-09-12 20:55:40 +0300
committerLudovic Henry <luhenry@microsoft.com>2018-09-12 20:55:40 +0300
commitc16d994d31ba19aa16c16cd725d48d9a3b2768ea (patch)
treeed4c93eae54f015624db710a80c4ed48ece07244 /winconfig.h
parent5db745545aad7663ae890c289fd99fbe2571798d (diff)
[jit] Add an intrinsics for BitConverter.IsLittleEndian. (#10531)
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winconfig.h b/winconfig.h
index b891e47602d..9e1ffc5ad8c 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -680,6 +680,9 @@
#define SIZEOF_REGISTER SIZEOF_VOID_P
+/* byte order of target */
+#define TARGET_BYTE_ORDER G_BYTE_ORDER
+
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1