Ignore:
Timestamp:
Mar 1, 2000, 7:50:02 PM (25 years ago)
Author:
jeroen
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/mesa/initterm.cpp

    r2938 r2962  
    1 /* $Id: initterm.cpp,v 1.1 2000-02-29 00:50:05 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.2 2000-03-01 18:49:30 jeroen Exp $ */
    22
    33/*
     
    4040void CDECL _ctordtorTerm( void );
    4141}
     42
     43#ifdef DIVE
     44void _System DiveGlobalInitialize(void);
     45void _System DiveGlobalTerminate(void);
     46#endif
    4247
    4348/*-------------------------------------------------------------------*/
     
    8792         if(rc)
    8893                return 0UL;
     94
     95#ifdef DIVE
     96           /* Dive specific - get capabilities */
     97         DiveGlobalInitialize();
     98#endif
    8999         break;
    90100
     
    106116static void APIENTRY cleanup(ULONG ulReason)
    107117{
     118   DiveGlobalTerminate();
     119
    108120   _ctordtorTerm();
    109121
Note: See TracChangeset for help on using the changeset viewer.