On Mon, 05 Jul 2010 19:29:50 Paarvai Naai wrote:
> Hi Doug,
>
> > Since no headers are required for wmain definitions
> > themselves, the only workaround at this time is to document that when
> > compiling with the g++ compiler,
> >
> > #ifdef __cplusplus
> > extern "C"
> > #endif
> > int wmain(i
Hi Doug,
> Since no headers are required for wmain definitions
> themselves, the only workaround at this time is to document that when
> compiling with the g++ compiler,
>
> #ifdef __cplusplus
> extern "C"
> #endif
> int wmain(int, wchar_t**, wchar_t**)
> {
> ...
> }
Okay, but how does this get