[Mono-dev] [PATCH] [Windows] Define version macros for Windows SDK

Robert Jordan robertj at gmx.net
Mon Mar 10 10:06:46 EDT 2008


Hi Kornél,

>Index: mono/configure.in
> ===================================================================
> --- mono/configure.in    (revision 97847)
> +++ mono/configure.in    (working copy)
> @@ -70,7 +70,12 @@
>             export CC
>         fi
>         HOST_CC="gcc"
> -        CPPFLAGS="$CPPFLAGS -DWIN32_THREADS -DFD_SETSIZE=1024 -DUNICODE 

Why did you remove FD_SETSIZE?

Robert

> -D_UNICODE"
> +        # Windows 2000 is required that includes Internet Explorer 5.01
> +        win32_defines="-DUNICODE -D_UNICODE -DWINVER=0x0500 
> -D_WIN32_WINNT=0x0500 -D_WIN32_IE=0x0501"
> +        CFLAGS="$CFLAGS $win32_defines"
> +        export CFLAGS
> +        CPPFLAGS="$CPPFLAGS $win32_defines"
> +        export CPPFLAGS



More information about the Mono-devel-list mailing list