-----Original Message----- From: ros-dev-bounces@reactos.com [mailto:ros-dev-bounces@reactos.com] On Behalf Of Steven Edwards Sent: 14. december 2004 18:55 To: Jason Filby; ReactOS Development List Subject: Re: [ros-dev] Wineism
Hi, Also strings like this have to go
L"Software\Microsoft\"
This will work on Linux and Windows
static const WCHAR KeyW[] = {'S','o','f','t','w','a','r','e','\', 'M','i','c','r','o','s','o','f','t','\',
This is really a mess. I'd rather fix gcc to make this problem go away. Can't -fshort-char be used?
Casper