X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=winconfig.h;h=e9eb276bf65d9c85f7dc46288b57baa55d7b39bd;hb=e1cf18869f5563b96632e3cda731ce9ce6149af5;hp=10a39bad3394099022c8a4f9157c66eb5669c17a;hpb=a5e40870bd3bb18e1681afed6c71e7edfdb80534;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