gdi32: Add missing spec file entry for wglDeleteContext.

This commit is contained in:
Roderick Colenbrander 2006-10-17 18:24:21 +02:00 committed by Alexandre Julliard
parent 545b13a733
commit 972592177f
1 changed files with 1 additions and 0 deletions

View File

@ -499,6 +499,7 @@
# Wine extensions: OpenGL support
#
@ stdcall wglCreateContext(long)
@ stdcall wglDeleteContext(long)
@ stdcall wglGetCurrentContext()
@ stdcall wglGetCurrentDC()
@ stdcall wglMakeCurrent(long long)