d3d8 compile issues

Ann and Jason Edmeades us at the-edmeades.demon.co.uk
Thu Jun 5 14:26:20 CDT 2003


FYI If you are having problems compiling d3d8, add the following to
d3d8_private.h after the APIENTRY #define 

/* Temporary hack for compile */
typedef void (APIENTRY * PFNGLSECONDARYCOLOR3FEXTPROC) (GLfloat red,
GLfloat green, GLfloat blue);
typedef void (APIENTRY * PFNGLSECONDARYCOLOR3FVEXTPROC) (const GLfloat
*v);
typedef void (APIENTRY * PFNGLSECONDARYCOLOR3UBEXTPROC) (GLubyte red,
GLubyte green, GLubyte blue);
typedef void (APIENTRY * PFNGLSECONDARYCOLORPOINTEREXTPROC) (GLint size,
GLenum type, GLsizei stride, const GLvoid *pointer);
typedef void (APIENTRY * PFNGLCOLORTABLEEXTPROC) (GLenum target, GLenum
internalFormat, GLsizei width, GLenum format, GLenum type, const GLvoid
*table);
typedef void (APIENTRY * PFNGLPOINTPARAMETERFEXTPROC) (GLenum pname,
GLfloat param);
typedef void (APIENTRY * PFNGLPOINTPARAMETERFVEXTPROC) (GLenum pname,
const GLfloat *params);

Raphael - I'll let you fix this issue properly.. :-)

Jason



More information about the wine-devel mailing list