mscoree: Invoke installed win32 mono runtime or exec mono nativefor .NET executables (try 2)

Dmitry Timoshkov dmitry at codeweavers.com
Mon Oct 9 11:05:04 CDT 2006


"Paul Chitescu" <paulc at voip.null.ro> wrote:

> --- ./dlls/mscoree/mscoree_main.c.orig 2006-10-06 21:38:15.000000000 +0300
> +++ ./dlls/mscoree/mscoree_main.c 2006-10-08 16:11:47.000000000 +0300
> @@ -19,15 +19,104 @@
>   * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
>   */
>  
> -#include <stdarg.h>
> +#define WIN32_LEAN_AND_MEAN
> +
> +#include "config.h"
> +#include "wine/port.h"
> +#include "wine/library.h"
> +#include "wine/debug.h"

WIN32_LEAN_AND_MEAN is used only by windows.h to omit some optional
includes. Since inclusion of windows.h is forbidden in Wine DLLs
defining WIN32_LEAN_AND_MEAN is not needed.

-- 
Dmitry.



More information about the wine-devel mailing list