X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=winconfig.h;h=e9eb276bf65d9c85f7dc46288b57baa55d7b39bd;hb=55791e96b730bbbb940a5ef732bfea1b970508ff;hp=10a39bad3394099022c8a4f9157c66eb5669c17a;hpb=217ddc29c40bc8b11f8fbd4800e61db7f4f22bbf;p=mono.git diff --git a/winconfig.h b/winconfig.h index 10a39bad339..e9eb276bf65 100644 --- a/winconfig.h +++ b/winconfig.h @@ -12,6 +12,14 @@ #error Unknown architecture #endif +/* + * Features that are not required in the Windows port + */ +#define DISABLE_PORTABILITY 1 + +/* Windows does not have symlinks */ +#define PLATFORM_NO_SYMLINKS 1 + /* String of disabled features */ #define DISABLED_FEATURES "none" @@ -573,6 +581,8 @@ #define SIZEOF_VOID_P 4 #endif +#define SIZEOF_REGISTER SIZEOF_VOID_P + /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1