Re: winegcc and winemaker- a few minor bugs

2004-06-21 Thread Francois Gouget
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

winegcc and winemaker- a few minor bugs

2004-06-17 Thread Steven Edwards
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