mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 21:58:31 +09:00
31 lines
885 B
Modula-2
31 lines
885 B
Modula-2
; MobileGL WGL exports. The wgl* entry points are defined without
|
|
; __declspec(dllexport) because wingdi.h pre-declares them (with _GDI32_ they
|
|
; become plain declarations, and MSVC rejects adding dllexport afterwards),
|
|
; so this .def file is what actually exports them from the DLL.
|
|
EXPORTS
|
|
wglChoosePixelFormat
|
|
wglCopyContext
|
|
wglCreateContext
|
|
wglCreateLayerContext
|
|
wglDeleteContext
|
|
wglDescribeLayerPlane
|
|
wglDescribePixelFormat
|
|
wglGetCurrentContext
|
|
wglGetCurrentDC
|
|
wglGetDefaultProcAddress
|
|
wglGetLayerPaletteEntries
|
|
wglGetPixelFormat
|
|
wglGetProcAddress
|
|
wglMakeCurrent
|
|
wglRealizeLayerPalette
|
|
wglSetLayerPaletteEntries
|
|
wglSetPixelFormat
|
|
wglShareLists
|
|
wglSwapBuffers
|
|
wglSwapLayerBuffers
|
|
wglSwapMultipleBuffers
|
|
wglUseFontBitmapsA
|
|
wglUseFontBitmapsW
|
|
wglUseFontOutlinesA
|
|
wglUseFontOutlinesW
|