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
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