|
Message-ID: <e19021bbd45cfde8ede4bce8acc6e598@exys.org> Date: Mon, 10 Oct 2011 16:50:14 +0200 From: aep <aep@...s.org> To: <musl@...ts.openwall.com> Subject: Re: [PATCH] In C++ wchar_t is a keyword, so don't define it >> imho you meant >> >> #ifndef __cplusplus >> #ifdef __WCHAR_TYPE__ >> TYPEDEF __WCHAR_TYPE__ wchar_t; >> #else >> TYPEDEF long wchar_t; >> #endif >> #endif no you are correct. My version only worked by random chance. Yours is correct. git send-mail fails me again though, so i can't resubmit right now.
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.