Ignore:
Timestamp:
Apr 14, 2004, 11:44:13 AM (21 years ago)
Author:
sandervl
Message:

updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/opengl.cpp

    r10374 r10582  
    1 /* $Id: opengl.cpp,v 1.10 2004-01-11 11:42:19 sandervl Exp $ */
     1/* $Id: opengl.cpp,v 1.11 2004-04-14 09:44:13 sandervl Exp $ */
    22
    33/*
     
    119119 *****************************************************************************/
    120120
    121 int WIN32API ChoosePixelFormat(HDC hdc, CONST PIXELFORMATDESCRIPTOR* pformat)
     121int WIN32API ChoosePixelFormat(HDC hdc, const LPPIXELFORMATDESCRIPTOR pformat)
    122122{
    123123  if (glChoosePixelFormat == NULL)
Note: See TracChangeset for help on using the changeset viewer.