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