No subject


Thu Feb 24 14:23:06 CST 2011


<blockquote>
  <pre>str = (const char *) pglGetString(GL_EXTENSIONS);
if(str == 0)
{
    ERR( "Couldn't find GL_EXTENSIONS string, disabling OpenGL.\n" );
    goto done;
}
WineGLInfo.glExtensions = HeapAlloc(GetProcessHeap(), 0, strlen(str)+1);
  </pre>
</blockquote>
What do you think?<br>
<blockquote>
  <pre>
  </pre>
</blockquote>
<pre>
</pre>
</body>
</html>

--------------020305030609010106090104--



More information about the wine-devel mailing list