Re: [Mingw-w64-public] Problems using -municode with mingw-w64 target

2010-07-05 Thread Doug Semler
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

Re: [Mingw-w64-public] Problems using -municode with mingw-w64 target

2010-07-05 Thread Paarvai Naai
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