Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
5a96cbfc
Commit
5a96cbfc
authored
Apr 14, 2003
by
Lionel Ulmer
Committed by
Alexandre Julliard
Apr 14, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Have the 'make_opengl' in line with the (manually edited) spec file.
parent
51c38cc7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
22 deletions
+22
-22
make_opengl
dlls/opengl32/make_opengl
+22
-22
No files found.
dlls/opengl32/make_opengl
View file @
5a96cbfc
...
...
@@ -510,33 +510,33 @@ close(REGISTRY);
#
open
(
SPEC
,
">"
.
$spec_file
);
print
SPEC
"@ stdcall wglCreateContext(long)
wglCreateContext
@ stdcall wglCreateLayerContext(long long)
wglCreateLayerContext
@ stdcall wglCopyContext(long long long)
wglCopyContext
@ stdcall wglDeleteContext(long)
wglDeleteContext
@ stdcall wglDescribeLayerPlane(long long long long ptr)
wglDescribeLayerPlane
@ stdcall wglGetCurrentContext()
wglGetCurrentContext
@ stdcall wglGetCurrentDC()
wglGetCurrentDC
@ stdcall wglGetExtensionsStringEXT()
wglGetExtensionsStringEXT
@ stdcall wglGetLayerPaletteEntries(long long long long ptr)
wglGetLayerPaletteEntries
@ stdcall wglGetProcAddress(str)
wglGetProcAddress
@ stdcall wglMakeCurrent(long long)
wglMakeCurrent
@ stdcall wglRealizeLayerPalette(long long long)
wglRealizeLayerPalette
@ stdcall wglSetLayerPaletteEntries(long long long long ptr)
wglSetLayerPaletteEntries
@ stdcall wglShareLists(long long)
wglShareLists
@ stdcall wglSwapLayerBuffers(long long)
wglSwapLayerBuffers
@ stdcall wglUseFontBitmapsA(long long long long)
wglUseFontBitmapsA
@ stdcall wglUseFontOutlinesA(long long long long long long long ptr)
wglUseFontOutlinesA
print
SPEC
"@ stdcall wglCreateContext(long)
@ stdcall wglCreateLayerContext(long long)
@ stdcall wglCopyContext(long long long)
@ stdcall wglDeleteContext(long)
@ stdcall wglDescribeLayerPlane(long long long long ptr)
@ stdcall wglGetCurrentContext()
@ stdcall wglGetCurrentDC()
@ stdcall wglGetExtensionsStringEXT()
@ stdcall wglGetLayerPaletteEntries(long long long long ptr)
@ stdcall wglGetProcAddress(str)
@ stdcall wglMakeCurrent(long long)
@ stdcall wglRealizeLayerPalette(long long long)
@ stdcall wglSetLayerPaletteEntries(long long long long ptr)
@ stdcall wglShareLists(long long)
@ stdcall wglSwapLayerBuffers(long long)
@ stdcall wglUseFontBitmapsA(long long long long)
@ stdcall wglUseFontOutlinesA(long long long long long long long ptr)
@ stub glGetLevelParameterfv
@ stub glGetLevelParameteriv
@ stub wglUseFontBitmapsW
@ stub wglUseFontOutlinesW
@ stub wglGetDefaultProcAddress
@
forward wglChoosePixelFormat GDI
32.ChoosePixelFormat
@
forward wglDescribePixelFormat GDI
32.DescribePixelFormat
@
forward wglGetPixelFormat GDI
32.GetPixelFormat
@
forward wglSetPixelFormat GDI
32.SetPixelFormat
@
forward wglSwapBuffers GDI
32.SwapBuffers
@
stdcall wglChoosePixelFormat(long ptr) gdi
32.ChoosePixelFormat
@
stdcall wglDescribePixelFormat(long long long ptr) gdi
32.DescribePixelFormat
@
stdcall wglGetPixelFormat(long) gdi
32.GetPixelFormat
@
stdcall wglSetPixelFormat(long long ptr) gdi
32.SetPixelFormat
@
stdcall wglSwapBuffers(long) gdi
32.SwapBuffers
"
;
foreach
(
sort
keys
%
norm_functions
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment