Konrad Rzepecki hannibal@astral.lodz.pl wrote:
+/***********************************************************************
GetClusterInformation (CLUSAPI.@)
- */
+DWORD WINAPI GetClusterInformation(HCLUSTER hCluster, LPWSTR lpszClusterName, LPDWORD lpcchClusterName, LPCLUSTERVERSIONINFO lpClusterInfo)
It looks like your mailer has wrapped all your patches.
On 3/18/2011 11:04, Dmitry Timoshkov wrote:
Konrad Rzepeckihannibal@astral.lodz.pl wrote:
+/***********************************************************************
GetClusterInformation (CLUSAPI.@)
- */
+DWORD WINAPI GetClusterInformation(HCLUSTER hCluster, LPWSTR lpszClusterName, LPDWORD lpcchClusterName, LPCLUSTERVERSIONINFO lpClusterInfo)
It looks like your mailer has wrapped all your patches.
Strange, looks fine for me, maybe mine unwrapped it.
* On Fri, 18 Mar 2011, Nikolay Sivov wrote:
On 3/18/2011 11:04, Dmitry Timoshkov wrote:
Konrad Rzepeckihannibal@astral.lodz.pl wrote:
+DWORD WINAPI GetClusterInformation(HCLUSTER hCluster, LPWSTR lpszClusterName, LPDWORD lpcchClusterName, LPCLUSTERVERSIONINFO lpClusterInfo)
It looks like your mailer has wrapped all your patches.
Strange, looks fine for me, maybe mine unwrapped it.
Yes, I guess it did. Mine did too. The message was in flowed format:
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
I am out of ideas if this is acceptable for wine-patches@, though:)
S.
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
I am out of ideas if this is acceptable for wine-patches@, though:)
I'd clearly say no because it obviously produces unpredictable results :) They are discouraged in kernel-space as well.
Regards,
Wolfram
On 03/18/2011 06:53 PM, Wolfram Sang wrote:
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
I am out of ideas if this is acceptable for wine-patches@, though:)
I'd clearly say no because it obviously produces unpredictable results :) They are discouraged in kernel-space as well.
And Format="flowed" is actually a typo in the spec; they wanted to say "flawed" ;)
bye michael