On 7/30/05, Frank Richter frank.richter@gmail.com wrote:
On 30.07.2005 09:06, James Hawkins wrote:
TCITEMA tie; char text[MAX_PATH];
LoadStringA(NULL, IDS_CONTENTS, text, MAX_PATH); /* text should be '&Contents', but we get a GetLastError() */
Hm, wouldn't it be better use wide strings?
The version I send in to wine-patches will use unicode, but for development/testing purposes I'm just using ansi.