[IWineD3d + d3d9] bogus query implemetation

Mike Hearn mh at codeweavers.com
Fri Jan 28 15:32:10 CST 2005


On Fri, 28 Jan 2005 11:39:53 -0800, Juan Lang wrote:
> +        /*Just a check to see if we support this type of query*/        
> +        HRESULT hr = D3DERR_NOTAVAILABLE;

While we're being picky about silly details, normal Wine code style is to
have a space between the comment markers and the comment, ie

/* foo */

not

/*foo*/

thanks -mike




More information about the wine-devel mailing list