Create stub dosx.exe

Justin Chevrier jchevrier at nexicom.net
Tue Mar 25 08:48:33 CDT 2008


Dmitry Timoshkov wrote:
> "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;
>> +}
>
Ya, that shouldn't be there. Thanks Dmitry.



More information about the wine-devel mailing list