On Thu, 17 Jun 2004, Steven Edwards wrote:
> Hola,
> I noticed two minor bugs when porting some sample DirectX code.
>
> 1. MSVC and Borland both allow for
>
> WINAPI WinMain(HINSTANCE hInstance, HINSTANCE, LPSTR, int)
>
> where under winegcc you will get the following error: "winmain.cpp:187:
> e
Hola,
I noticed two minor bugs when porting some sample DirectX code.
1. MSVC and Borland both allow for
WINAPI WinMain(HINSTANCE hInstance, HINSTANCE, LPSTR, int)
where under winegcc you will get the following error: "winmain.cpp:187:
error: ISO C++ forbids declaration of `WinMain' with no typ