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:
authorMiguel de Icaza <miguel@gnome.org>2009-08-05 00:07:39 +0400
committerMiguel de Icaza <miguel@gnome.org>2009-08-05 00:07:39 +0400
commit7bf9a04a99ec3c859f844d8146155b60e34d04d8 (patch)
tree133fb25c5dd6ffcf664097d39aa5f33f0903bc33 /winconfig.h
parentde3ac7c01e9772a57a594b9e15f9cbe2349e670b (diff)
2009-08-04 Miguel de Icaza <miguel@novell.com>
* Start the split between PLATFORM_WIN32 and TARGET_WIN32. PLATFORM_WIN32 should be used to configure the runtime while building it. TARGET_WIN32 is used for target execution. This is used by Mono's AOT cross compiler when running on Windows, but targetting a different operating system. So we have to tell those two apart. svn path=/trunk/mono/; revision=139363
Diffstat (limited to 'winconfig.h')
-rw-r--r--winconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winconfig.h b/winconfig.h
index e9eb276bf65..88d769de323 100644
--- a/winconfig.h
+++ b/winconfig.h
@@ -567,6 +567,7 @@
/* Platform is Win32 */
#define PLATFORM_WIN32 1
+#define TARGET_WIN32 1
/* pthread_t is a pointer */
/* #undef PTHREAD_POINTER_ID */