Re: winehq.org down?

2008-02-03 Thread Austin English
On Feb 3, 2008 1:47 PM, James Hawkins <[EMAIL PROTECTED]> wrote: > Hey guys, > > I'm having problems connecting to the winehq.org server. Is this a known > issue? > > -- > James Hawkins > Appdb/bugzilla/wiki/winehq.org are all fine here. -Austin

Re: winehq.org down?

2008-02-03 Thread Jeremy White
James Hawkins wrote: > Hey guys, > > I'm having problems connecting to the winehq.org server. Is this a known > issue? > The server has been getting locked up lately. Jeremy Newman thinks it's related to MySQL, as he's seen it running amok in conjunction with the crashes; he fears that rece

winehq.org down?

2008-02-03 Thread James Hawkins
Hey guys, I'm having problems connecting to the winehq.org server. Is this a known issue? -- James Hawkins

Re: cabinet: Include wine/port.h for strcasecmp().

2008-02-03 Thread Dmitry Timoshkov
"Kirill K. Smirnov" <[EMAIL PROTECTED]> wrote: >>The rules are as follows: > >> * For case insensitive comparisons of 'windows strings', a Windows >> function must be used (stricmp() or similar). > > and > >>In this case, KERNEL32 lstrcmpiA() would be more appropriate. In >>general, using st

cabinet: Include wine/port.h for strcasecmp().

2008-02-03 Thread Kirill K. Smirnov
>The rules are as follows: > * For case insensitive comparisons of 'windows strings', a Windows > function must be used (stricmp() or similar). and >In this case, KERNEL32 lstrcmpiA() would be more appropriate. In >general, using stricmp() in Win32 code should be discouraged since it >may ca