Re: A possible way to fix cygwin issue

2010-04-02 Thread Alexandre Julliard
GOUJON Alexandre writes: > Hi, > > I'm just wondering if this approach may solve the issue. > I'm maybe totally wrong but there's no harm in trying... You don't want a W->A->W conversion for the command line, that's why these programs are Unicode in the first place. -- Alexandre Julliard julli

A possible way to fix cygwin issue

2010-04-02 Thread GOUJON Alexandre
Hi, I'm just wondering if this approach may solve the issue. I'm maybe totally wrong but there's no harm in trying... #include #include #include #include #include #define STRERR(a,b) { printf("line %d: "a" %s\n",__LINE__,strerror(errno)); return b; } extern int wmain(int,wchar_t**); wchar