There are lots of Czech developers (Macek and Semerad) being
unaccentuated plus Caolan and Znidarsic.
They need to be accentuated.
On Sat, Jun 22, 2013 at 6:43 AM, Hin-Tak Leung wrote:
> @@ -9838,19 +9856,19 @@
> 句柄 sounds a bit funny.
>
句柄 is a common usage in Simplified Chinese, I agree it isn't perfect,
but it has been use for long time, any better suggestions?
> @@ -9870,7 +9888,7 @@
> "列表中没有内容。\n" - probably should use
--- On Fri, 21/6/13, André Hentschel wrote:
> On 21.06.2013 18:44, Qian Hong
> wrote:
> > Hi Caibin,
> >
> > Welcome to Wine!
> >
> > Thanks for the great work, patch looks perfect to me.
> >
> > It's a bit pity that Julliard just finishing today's
> patch committing
> > several minutes ago, h
On 20.06.2013 21:25, Nozomi Kodama wrote:
+if (adjacency)
+{
+DWORD *buffer, size;
+ID3DXBuffer *temp;
+
+size = 3 * sphere->lpVtbl->GetNumFaces(sphere) * sizeof(DWORD);
+hr = D3DXCreateBuffer(size, &temp);
+if (hr != D3D_OK)
+return hr;