[OPENGL32]

* Stub-plement glDebugEntry
Taken from the WINE project

svn path=/trunk/; revision=56915
This commit is contained in:
Jérôme Gardou 2012-07-19 21:54:27 +00:00
parent 557825f067
commit 84d5a017bf
2 changed files with 8 additions and 1 deletions

View file

@ -124,4 +124,11 @@ GLFUNCS_MACRO
# undef X
#endif /* !defined(_M_IX86) */
/* Unknown debugging function */
GLint WINAPI glDebugEntry( GLint unknown1, GLint unknown2 )
{
return 0;
}
/* EOF */

View file

@ -62,7 +62,7 @@
@ stdcall glCopyTexSubImage1D( long long long long long long )
@ stdcall glCopyTexSubImage2D( long long long long long long long long )
@ stdcall glCullFace( long )
@ stub glDebugEntry
@ stdcall glDebugEntry(long long)
@ stdcall glDeleteLists( long long )
@ stdcall glDeleteTextures( long ptr )
@ stdcall glDepthFunc( long )