mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:56:00 +00:00
- Make opengl32.def MSVC-compatible.
svn path=/trunk/; revision=30542
This commit is contained in:
parent
a651f76068
commit
b880c442cc
1 changed files with 361 additions and 361 deletions
|
@ -8,394 +8,394 @@ LIBRARY opengl32.dll
|
||||||
EXPORTS
|
EXPORTS
|
||||||
;DllInitialize
|
;DllInitialize
|
||||||
|
|
||||||
glAccum@8
|
glAccum
|
||||||
glAlphaFunc@8
|
glAlphaFunc
|
||||||
glAreTexturesResident@12
|
glAreTexturesResident
|
||||||
glArrayElement@4
|
glArrayElement
|
||||||
glBegin@4
|
glBegin
|
||||||
glBindTexture@8
|
glBindTexture
|
||||||
glBitmap@28
|
glBitmap
|
||||||
glBlendFunc@8
|
glBlendFunc
|
||||||
glCallList@4
|
glCallList
|
||||||
glCallLists@12
|
glCallLists
|
||||||
glClear@4
|
glClear
|
||||||
glClearAccum@16
|
glClearAccum
|
||||||
glClearColor@16
|
glClearColor
|
||||||
glClearDepth@8
|
glClearDepth
|
||||||
glClearIndex@4
|
glClearIndex
|
||||||
glClearStencil@4
|
glClearStencil
|
||||||
glClipPlane@8
|
glClipPlane
|
||||||
|
|
||||||
glColor3b@12
|
glColor3b
|
||||||
glColor3bv@4
|
glColor3bv
|
||||||
glColor3d@24
|
glColor3d
|
||||||
glColor3dv@4
|
glColor3dv
|
||||||
glColor3f@12
|
glColor3f
|
||||||
glColor3fv@4
|
glColor3fv
|
||||||
glColor3i@12
|
glColor3i
|
||||||
glColor3iv@4
|
glColor3iv
|
||||||
glColor3s@12
|
glColor3s
|
||||||
glColor3sv@4
|
glColor3sv
|
||||||
glColor3ub@12
|
glColor3ub
|
||||||
glColor3ubv@4
|
glColor3ubv
|
||||||
glColor3ui@12
|
glColor3ui
|
||||||
glColor3uiv@4
|
glColor3uiv
|
||||||
glColor3us@12
|
glColor3us
|
||||||
glColor3usv@4
|
glColor3usv
|
||||||
|
|
||||||
glColor4b@16
|
glColor4b
|
||||||
glColor4bv@4
|
glColor4bv
|
||||||
glColor4d@32
|
glColor4d
|
||||||
glColor4dv@4
|
glColor4dv
|
||||||
glColor4f@16
|
glColor4f
|
||||||
glColor4fv@4
|
glColor4fv
|
||||||
glColor4i@16
|
glColor4i
|
||||||
glColor4iv@4
|
glColor4iv
|
||||||
glColor4s@16
|
glColor4s
|
||||||
glColor4sv@4
|
glColor4sv
|
||||||
glColor4ub@16
|
glColor4ub
|
||||||
glColor4ubv@4
|
glColor4ubv
|
||||||
glColor4ui@16
|
glColor4ui
|
||||||
glColor4uiv@4
|
glColor4uiv
|
||||||
glColor4us@16
|
glColor4us
|
||||||
glColor4usv@4
|
glColor4usv
|
||||||
|
|
||||||
glColorMask@16
|
glColorMask
|
||||||
glColorMaterial@8
|
glColorMaterial
|
||||||
glColorPointer@16
|
glColorPointer
|
||||||
glCopyPixels@20
|
glCopyPixels
|
||||||
glCopyTexImage1D@28
|
glCopyTexImage1D
|
||||||
glCopyTexImage2D@32
|
glCopyTexImage2D
|
||||||
glCopyTexSubImage1D@24
|
glCopyTexSubImage1D
|
||||||
glCopyTexSubImage2D@32
|
glCopyTexSubImage2D
|
||||||
glCullFace@4
|
glCullFace
|
||||||
;glDebugEntry
|
;glDebugEntry
|
||||||
glDeleteLists@8
|
glDeleteLists
|
||||||
glDeleteTextures@8
|
glDeleteTextures
|
||||||
glDepthFunc@4
|
glDepthFunc
|
||||||
glDepthMask@4
|
glDepthMask
|
||||||
glDepthRange@16
|
glDepthRange
|
||||||
glDisable@4
|
glDisable
|
||||||
glDisableClientState@4
|
glDisableClientState
|
||||||
glDrawArrays@12
|
glDrawArrays
|
||||||
glDrawBuffer@4
|
glDrawBuffer
|
||||||
glDrawElements@16
|
glDrawElements
|
||||||
glDrawPixels@20
|
glDrawPixels
|
||||||
glEdgeFlag@4
|
glEdgeFlag
|
||||||
glEdgeFlagPointer@8
|
glEdgeFlagPointer
|
||||||
glEdgeFlagv@4
|
glEdgeFlagv
|
||||||
glEnable@4
|
glEnable
|
||||||
glEnableClientState@4
|
glEnableClientState
|
||||||
glEnd@0
|
glEnd
|
||||||
glEndList@0
|
glEndList
|
||||||
|
|
||||||
glEvalCoord1d@8
|
glEvalCoord1d
|
||||||
glEvalCoord1dv@4
|
glEvalCoord1dv
|
||||||
glEvalCoord1f@4
|
glEvalCoord1f
|
||||||
glEvalCoord1fv@4
|
glEvalCoord1fv
|
||||||
glEvalCoord2d@16
|
glEvalCoord2d
|
||||||
glEvalCoord2dv@4
|
glEvalCoord2dv
|
||||||
glEvalCoord2f@8
|
glEvalCoord2f
|
||||||
glEvalCoord2fv@4
|
glEvalCoord2fv
|
||||||
|
|
||||||
glEvalMesh1@12
|
glEvalMesh1
|
||||||
glEvalMesh2@20
|
glEvalMesh2
|
||||||
glEvalPoint1@4
|
glEvalPoint1
|
||||||
glEvalPoint2@8
|
glEvalPoint2
|
||||||
glFeedbackBuffer@12
|
glFeedbackBuffer
|
||||||
glFinish@0
|
glFinish
|
||||||
glFlush@0
|
glFlush
|
||||||
glFogf@8
|
glFogf
|
||||||
glFogfv@8
|
glFogfv
|
||||||
glFogi@8
|
glFogi
|
||||||
glFogiv@8
|
glFogiv
|
||||||
glFrontFace@4
|
glFrontFace
|
||||||
glFrustum@48
|
glFrustum
|
||||||
glGenLists@4
|
glGenLists
|
||||||
glGenTextures@8
|
glGenTextures
|
||||||
glGetBooleanv@8
|
glGetBooleanv
|
||||||
glGetClipPlane@8
|
glGetClipPlane
|
||||||
glGetDoublev@8
|
glGetDoublev
|
||||||
glGetError@0
|
glGetError
|
||||||
glGetFloatv@8
|
glGetFloatv
|
||||||
glGetIntegerv@8
|
glGetIntegerv
|
||||||
glGetLightfv@12
|
glGetLightfv
|
||||||
glGetLightiv@12
|
glGetLightiv
|
||||||
glGetMapdv@12
|
glGetMapdv
|
||||||
glGetMapfv@12
|
glGetMapfv
|
||||||
glGetMapiv@12
|
glGetMapiv
|
||||||
glGetMaterialfv@12
|
glGetMaterialfv
|
||||||
glGetMaterialiv@12
|
glGetMaterialiv
|
||||||
glGetPixelMapfv@8
|
glGetPixelMapfv
|
||||||
glGetPixelMapuiv@8
|
glGetPixelMapuiv
|
||||||
glGetPixelMapusv@8
|
glGetPixelMapusv
|
||||||
glGetPointerv@8
|
glGetPointerv
|
||||||
glGetPolygonStipple@4
|
glGetPolygonStipple
|
||||||
glGetString@4
|
glGetString
|
||||||
glGetTexEnvfv@12
|
glGetTexEnvfv
|
||||||
glGetTexEnviv@12
|
glGetTexEnviv
|
||||||
glGetTexGendv@12
|
glGetTexGendv
|
||||||
glGetTexGenfv@12
|
glGetTexGenfv
|
||||||
glGetTexGeniv@12
|
glGetTexGeniv
|
||||||
glGetTexImage@20
|
glGetTexImage
|
||||||
glGetTexLevelParameterfv@16
|
glGetTexLevelParameterfv
|
||||||
glGetTexLevelParameteriv@16
|
glGetTexLevelParameteriv
|
||||||
glGetTexParameterfv@12
|
glGetTexParameterfv
|
||||||
glGetTexParameteriv@12
|
glGetTexParameteriv
|
||||||
glHint@8
|
glHint
|
||||||
glIndexd@8
|
glIndexd
|
||||||
glIndexdv@4
|
glIndexdv
|
||||||
glIndexf@4
|
glIndexf
|
||||||
glIndexfv@4
|
glIndexfv
|
||||||
glIndexi@4
|
glIndexi
|
||||||
glIndexiv@4
|
glIndexiv
|
||||||
glIndexMask@4
|
glIndexMask
|
||||||
glIndexPointer@12
|
glIndexPointer
|
||||||
glIndexs@4
|
glIndexs
|
||||||
glIndexsv@4
|
glIndexsv
|
||||||
glIndexub@4
|
glIndexub
|
||||||
glIndexubv@4
|
glIndexubv
|
||||||
glInitNames@0
|
glInitNames
|
||||||
glInterleavedArrays@12
|
glInterleavedArrays
|
||||||
glIsEnabled@4
|
glIsEnabled
|
||||||
glIsList@4
|
glIsList
|
||||||
glIsTexture@4
|
glIsTexture
|
||||||
|
|
||||||
glLightf@12
|
glLightf
|
||||||
glLightfv@12
|
glLightfv
|
||||||
glLighti@12
|
glLighti
|
||||||
glLightiv@12
|
glLightiv
|
||||||
glLightModelf@8
|
glLightModelf
|
||||||
glLightModelfv@8
|
glLightModelfv
|
||||||
glLightModeli@8
|
glLightModeli
|
||||||
glLightModeliv@8
|
glLightModeliv
|
||||||
|
|
||||||
glLineStipple@8
|
glLineStipple
|
||||||
glLineWidth@4
|
glLineWidth
|
||||||
glListBase@4
|
glListBase
|
||||||
glLoadIdentity@0
|
glLoadIdentity
|
||||||
glLoadMatrixd@4
|
glLoadMatrixd
|
||||||
glLoadMatrixf@4
|
glLoadMatrixf
|
||||||
glLoadName@4
|
glLoadName
|
||||||
glLogicOp@4
|
glLogicOp
|
||||||
|
|
||||||
glMap1d@32
|
glMap1d
|
||||||
glMap1f@24
|
glMap1f
|
||||||
glMap2d@56
|
glMap2d
|
||||||
glMap2f@40
|
glMap2f
|
||||||
glMapGrid1d@20
|
glMapGrid1d
|
||||||
glMapGrid1f@12
|
glMapGrid1f
|
||||||
glMapGrid2d@40
|
glMapGrid2d
|
||||||
glMapGrid2f@24
|
glMapGrid2f
|
||||||
|
|
||||||
glMaterialf@12
|
glMaterialf
|
||||||
glMaterialfv@12
|
glMaterialfv
|
||||||
glMateriali@12
|
glMateriali
|
||||||
glMaterialiv@12
|
glMaterialiv
|
||||||
|
|
||||||
glMatrixMode@4
|
glMatrixMode
|
||||||
;GlmfBeginGlsBlock
|
;GlmfBeginGlsBlock
|
||||||
;GlmfCloseMetaFile
|
;GlmfCloseMetaFile
|
||||||
;GlmfEndGlsBlock
|
;GlmfEndGlsBlock
|
||||||
;GlmfEndPlayback
|
;GlmfEndPlayback
|
||||||
;GlmfInitPlayback
|
;GlmfInitPlayback
|
||||||
;GlmfPlayGlsRecord
|
;GlmfPlayGlsRecord
|
||||||
glMultMatrixd@4
|
glMultMatrixd
|
||||||
glMultMatrixf@4
|
glMultMatrixf
|
||||||
glNewList@8
|
glNewList
|
||||||
|
|
||||||
glNormal3b@12
|
glNormal3b
|
||||||
glNormal3bv@4
|
glNormal3bv
|
||||||
glNormal3d@24
|
glNormal3d
|
||||||
glNormal3dv@4
|
glNormal3dv
|
||||||
glNormal3f@12
|
glNormal3f
|
||||||
glNormal3fv@4
|
glNormal3fv
|
||||||
glNormal3i@12
|
glNormal3i
|
||||||
glNormal3iv@4
|
glNormal3iv
|
||||||
glNormal3s@12
|
glNormal3s
|
||||||
glNormal3sv@4
|
glNormal3sv
|
||||||
glNormalPointer@12
|
glNormalPointer
|
||||||
|
|
||||||
glOrtho@48
|
glOrtho
|
||||||
glPassThrough@4
|
glPassThrough
|
||||||
glPixelMapfv@12
|
glPixelMapfv
|
||||||
glPixelMapuiv@12
|
glPixelMapuiv
|
||||||
glPixelMapusv@12
|
glPixelMapusv
|
||||||
glPixelStoref@8
|
glPixelStoref
|
||||||
glPixelStorei@8
|
glPixelStorei
|
||||||
glPixelTransferf@8
|
glPixelTransferf
|
||||||
glPixelTransferi@8
|
glPixelTransferi
|
||||||
glPixelZoom@8
|
glPixelZoom
|
||||||
glPointSize@4
|
glPointSize
|
||||||
glPolygonMode@8
|
glPolygonMode
|
||||||
glPolygonOffset@8
|
glPolygonOffset
|
||||||
glPolygonStipple@4
|
glPolygonStipple
|
||||||
glPopAttrib@0
|
glPopAttrib
|
||||||
glPopClientAttrib@0
|
glPopClientAttrib
|
||||||
glPopMatrix@0
|
glPopMatrix
|
||||||
glPopName@0
|
glPopName
|
||||||
glPrioritizeTextures@12
|
glPrioritizeTextures
|
||||||
glPushAttrib@4
|
glPushAttrib
|
||||||
glPushClientAttrib@4
|
glPushClientAttrib
|
||||||
glPushMatrix@0
|
glPushMatrix
|
||||||
glPushName@4
|
glPushName
|
||||||
glRasterPos2d@16
|
glRasterPos2d
|
||||||
glRasterPos2dv@4
|
glRasterPos2dv
|
||||||
glRasterPos2f@8
|
glRasterPos2f
|
||||||
glRasterPos2fv@4
|
glRasterPos2fv
|
||||||
glRasterPos2i@8
|
glRasterPos2i
|
||||||
glRasterPos2iv@4
|
glRasterPos2iv
|
||||||
glRasterPos2s@8
|
glRasterPos2s
|
||||||
glRasterPos2sv@4
|
glRasterPos2sv
|
||||||
glRasterPos3d@24
|
glRasterPos3d
|
||||||
glRasterPos3dv@4
|
glRasterPos3dv
|
||||||
glRasterPos3f@12
|
glRasterPos3f
|
||||||
glRasterPos3fv@4
|
glRasterPos3fv
|
||||||
glRasterPos3i@12
|
glRasterPos3i
|
||||||
glRasterPos3iv@4
|
glRasterPos3iv
|
||||||
glRasterPos3s@12
|
glRasterPos3s
|
||||||
glRasterPos3sv@4
|
glRasterPos3sv
|
||||||
glRasterPos4d@32
|
glRasterPos4d
|
||||||
glRasterPos4dv@4
|
glRasterPos4dv
|
||||||
glRasterPos4f@16
|
glRasterPos4f
|
||||||
glRasterPos4fv@4
|
glRasterPos4fv
|
||||||
glRasterPos4i@16
|
glRasterPos4i
|
||||||
glRasterPos4iv@4
|
glRasterPos4iv
|
||||||
glRasterPos4s@16
|
glRasterPos4s
|
||||||
glRasterPos4sv@4
|
glRasterPos4sv
|
||||||
glReadBuffer@4
|
glReadBuffer
|
||||||
glReadPixels@28
|
glReadPixels
|
||||||
glRectd@32
|
glRectd
|
||||||
glRectdv@8
|
glRectdv
|
||||||
glRectf@16
|
glRectf
|
||||||
glRectfv@8
|
glRectfv
|
||||||
glRecti@16
|
glRecti
|
||||||
glRectiv@8
|
glRectiv
|
||||||
glRects@16
|
glRects
|
||||||
glRectsv@8
|
glRectsv
|
||||||
glRenderMode@4
|
glRenderMode
|
||||||
glRotated@32
|
glRotated
|
||||||
glRotatef@16
|
glRotatef
|
||||||
glScaled@24
|
glScaled
|
||||||
glScalef@12
|
glScalef
|
||||||
glScissor@16
|
glScissor
|
||||||
glSelectBuffer@8
|
glSelectBuffer
|
||||||
glShadeModel@4
|
glShadeModel
|
||||||
glStencilFunc@12
|
glStencilFunc
|
||||||
glStencilMask@4
|
glStencilMask
|
||||||
glStencilOp@12
|
glStencilOp
|
||||||
|
|
||||||
glTexCoord1d@8
|
glTexCoord1d
|
||||||
glTexCoord1dv@4
|
glTexCoord1dv
|
||||||
glTexCoord1f@4
|
glTexCoord1f
|
||||||
glTexCoord1fv@4
|
glTexCoord1fv
|
||||||
glTexCoord1i@4
|
glTexCoord1i
|
||||||
glTexCoord1iv@4
|
glTexCoord1iv
|
||||||
glTexCoord1s@4
|
glTexCoord1s
|
||||||
glTexCoord1sv@4
|
glTexCoord1sv
|
||||||
|
|
||||||
glTexCoord2d@16
|
glTexCoord2d
|
||||||
glTexCoord2dv@4
|
glTexCoord2dv
|
||||||
glTexCoord2f@8
|
glTexCoord2f
|
||||||
glTexCoord2fv@4
|
glTexCoord2fv
|
||||||
glTexCoord2i@8
|
glTexCoord2i
|
||||||
glTexCoord2iv@4
|
glTexCoord2iv
|
||||||
glTexCoord2s@8
|
glTexCoord2s
|
||||||
glTexCoord2sv@4
|
glTexCoord2sv
|
||||||
|
|
||||||
glTexCoord3d@24
|
glTexCoord3d
|
||||||
glTexCoord3dv@4
|
glTexCoord3dv
|
||||||
glTexCoord3f@12
|
glTexCoord3f
|
||||||
glTexCoord3fv@4
|
glTexCoord3fv
|
||||||
glTexCoord3i@12
|
glTexCoord3i
|
||||||
glTexCoord3iv@4
|
glTexCoord3iv
|
||||||
glTexCoord3s@12
|
glTexCoord3s
|
||||||
glTexCoord3sv@4
|
glTexCoord3sv
|
||||||
|
|
||||||
glTexCoord4d@32
|
glTexCoord4d
|
||||||
glTexCoord4dv@4
|
glTexCoord4dv
|
||||||
glTexCoord4f@16
|
glTexCoord4f
|
||||||
glTexCoord4fv@4
|
glTexCoord4fv
|
||||||
glTexCoord4i@16
|
glTexCoord4i
|
||||||
glTexCoord4iv@4
|
glTexCoord4iv
|
||||||
glTexCoord4s@16
|
glTexCoord4s
|
||||||
glTexCoord4sv@4
|
glTexCoord4sv
|
||||||
|
|
||||||
glTexCoordPointer@16
|
glTexCoordPointer
|
||||||
glTexEnvf@12
|
glTexEnvf
|
||||||
glTexEnvfv@12
|
glTexEnvfv
|
||||||
glTexEnvi@12
|
glTexEnvi
|
||||||
glTexEnviv@12
|
glTexEnviv
|
||||||
glTexGend@16
|
glTexGend
|
||||||
glTexGendv@12
|
glTexGendv
|
||||||
glTexGenf@12
|
glTexGenf
|
||||||
glTexGenfv@12
|
glTexGenfv
|
||||||
glTexGeni@12
|
glTexGeni
|
||||||
glTexGeniv@12
|
glTexGeniv
|
||||||
glTexImage1D@32
|
glTexImage1D
|
||||||
glTexImage2D@36
|
glTexImage2D
|
||||||
glTexParameterf@12
|
glTexParameterf
|
||||||
glTexParameterfv@12
|
glTexParameterfv
|
||||||
glTexParameteri@12
|
glTexParameteri
|
||||||
glTexParameteriv@12
|
glTexParameteriv
|
||||||
glTexSubImage1D@28
|
glTexSubImage1D
|
||||||
glTexSubImage2D@36
|
glTexSubImage2D
|
||||||
|
|
||||||
glTranslated@24
|
glTranslated
|
||||||
glTranslatef@12
|
glTranslatef
|
||||||
|
|
||||||
glVertex2d@16
|
glVertex2d
|
||||||
glVertex2dv@4
|
glVertex2dv
|
||||||
glVertex2f@8
|
glVertex2f
|
||||||
glVertex2fv@4
|
glVertex2fv
|
||||||
glVertex2i@8
|
glVertex2i
|
||||||
glVertex2iv@4
|
glVertex2iv
|
||||||
glVertex2s@8
|
glVertex2s
|
||||||
glVertex2sv@4
|
glVertex2sv
|
||||||
|
|
||||||
glVertex3d@24
|
glVertex3d
|
||||||
glVertex3dv@4
|
glVertex3dv
|
||||||
glVertex3f@12
|
glVertex3f
|
||||||
glVertex3fv@4
|
glVertex3fv
|
||||||
glVertex3i@12
|
glVertex3i
|
||||||
glVertex3iv@4
|
glVertex3iv
|
||||||
glVertex3s@12
|
glVertex3s
|
||||||
glVertex3sv@4
|
glVertex3sv
|
||||||
|
|
||||||
glVertex4d@32
|
glVertex4d
|
||||||
glVertex4dv@4
|
glVertex4dv
|
||||||
glVertex4f@16
|
glVertex4f
|
||||||
glVertex4fv@4
|
glVertex4fv
|
||||||
glVertex4i@16
|
glVertex4i
|
||||||
glVertex4iv@4
|
glVertex4iv
|
||||||
glVertex4s@16
|
glVertex4s
|
||||||
glVertex4sv@4
|
glVertex4sv
|
||||||
|
|
||||||
glVertexPointer@16
|
glVertexPointer
|
||||||
glViewport@16
|
glViewport
|
||||||
|
|
||||||
wglChoosePixelFormat@8=rosglChoosePixelFormat@8
|
wglChoosePixelFormat=rosglChoosePixelFormat
|
||||||
wglCopyContext@12=rosglCopyContext@12
|
wglCopyContext=rosglCopyContext
|
||||||
wglCreateContext@4=rosglCreateContext@4
|
wglCreateContext=rosglCreateContext
|
||||||
wglCreateLayerContext@8=rosglCreateLayerContext@8
|
wglCreateLayerContext=rosglCreateLayerContext
|
||||||
wglDeleteContext@4=rosglDeleteContext@4
|
wglDeleteContext=rosglDeleteContext
|
||||||
wglDescribeLayerPlane@20=rosglDescribeLayerPlane@20
|
wglDescribeLayerPlane=rosglDescribeLayerPlane
|
||||||
wglDescribePixelFormat@16=rosglDescribePixelFormat@16
|
wglDescribePixelFormat=rosglDescribePixelFormat
|
||||||
wglGetCurrentContext@0=rosglGetCurrentContext@0
|
wglGetCurrentContext=rosglGetCurrentContext
|
||||||
wglGetCurrentDC@0=rosglGetCurrentDC@0
|
wglGetCurrentDC=rosglGetCurrentDC
|
||||||
wglGetDefaultProcAddress=rosglGetDefaultProcAddress@4
|
wglGetDefaultProcAddress=rosglGetDefaultProcAddress
|
||||||
wglGetLayerPaletteEntries@20=rosglGetLayerPaletteEntries@20
|
wglGetLayerPaletteEntries=rosglGetLayerPaletteEntries
|
||||||
wglGetPixelFormat@4=rosglGetPixelFormat@4
|
wglGetPixelFormat=rosglGetPixelFormat
|
||||||
wglGetProcAddress@4=rosglGetProcAddress@4
|
wglGetProcAddress=rosglGetProcAddress
|
||||||
wglMakeCurrent@8=rosglMakeCurrent@8
|
wglMakeCurrent=rosglMakeCurrent
|
||||||
wglRealizeLayerPalette@12=rosglRealizeLayerPalette@12
|
wglRealizeLayerPalette=rosglRealizeLayerPalette
|
||||||
wglSetLayerPaletteEntries@20=rosglSetLayerPaletteEntries@20
|
wglSetLayerPaletteEntries=rosglSetLayerPaletteEntries
|
||||||
wglSetPixelFormat@12=rosglSetPixelFormat@12
|
wglSetPixelFormat=rosglSetPixelFormat
|
||||||
wglShareLists@8=rosglShareLists@8
|
wglShareLists=rosglShareLists
|
||||||
wglSwapBuffers@4=rosglSwapBuffers@4
|
wglSwapBuffers=rosglSwapBuffers
|
||||||
wglSwapLayerBuffers@8=rosglSwapLayerBuffers@8
|
wglSwapLayerBuffers=rosglSwapLayerBuffers
|
||||||
;wglSwapMultipleBuffers=rosglSwapMultipleBuffers@
|
;wglSwapMultipleBuffers=rosglSwapMultipleBuffers
|
||||||
wglUseFontBitmapsA@16=rosglUseFontBitmapsA@16
|
wglUseFontBitmapsA=rosglUseFontBitmapsA
|
||||||
wglUseFontBitmapsW@16=rosglUseFontBitmapsW@16
|
wglUseFontBitmapsW=rosglUseFontBitmapsW
|
||||||
wglUseFontOutlinesA@32=rosglUseFontOutlinesA@32
|
wglUseFontOutlinesA=rosglUseFontOutlinesA
|
||||||
wglUseFontOutlinesW@32=rosglUseFontOutlinesW@32
|
wglUseFontOutlinesW=rosglUseFontOutlinesW
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue