Changeset 2699 for trunk/src/opengl/opengl32.def
- Timestamp:
- Feb 9, 2000, 2:44:32 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/opengl32.def
r2689 r2699 1 ;/* $Id: opengl32.def,v 1. 4 2000-02-09 08:50:54 jeroenExp $ */1 ;/* $Id: opengl32.def,v 1.5 2000-02-09 13:44:31 sandervl Exp $ */ 2 2 LIBRARY OPENGL32 INITINSTANCE 3 3 … … 5 5 6 6 IMPORTS 7 GetPixelFormat=GDI32.GetPixelFormat8 DescribePixelFormat=GDI32.DescribePixelFormat9 ChoosePixelFormat=GDI32.ChoosePixelFormat10 SetPixelFormat=GDI32.SetPixelFormat11 SwapBuffers=GDI32.SwapBuffers12 7 OS2glAccum=OPENGL.glAccum 13 8 OS2glAlphaFunc=OPENGL.glAlphaFunc … … 369 364 370 365 EXPORTS 371 GetPixelFormat 372 SetPixelFormat 373 ChoosePixelFormat 374 DescribePixelFormat 375 SwapBuffers 366 GetPixelFormat = _GetPixelFormat@4 367 SetPixelFormat = _SetPixelFormat@12 368 ChoosePixelFormat = _ChoosePixelFormat@8 369 DescribePixelFormat = _DescribePixelFormat@16 370 SwapBuffers = _SwapBuffers@4 371 376 372 ; NOTE: The Glmf** functions are NT specific. The are used to generate an 377 373 ; enhanced meta-file in which OpenGL commands are stored.
Note:
See TracChangeset
for help on using the changeset viewer.