Create stub dosx.exe

Dmitry Timoshkov dmitry at codeweavers.com
Tue Mar 25 04:07:22 CDT 2008


"Justin Chevrier" <jchevrier at nexicom.net> wrote:

> +#define WIN32_LEAN_AND_MEAN
> +
> +#include <windows.h>

What's the reason to include anything in an empty stub?

> +int main(int argc, char *argv[])
> +{
> +    return 0;
> +}

-- 
Dmitry.



More information about the wine-devel mailing list