Changeset 2962 for trunk/src/opengl/mesa/initterm.cpp
- Timestamp:
- Mar 1, 2000, 7:50:02 PM (25 years ago)
- 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 sandervlExp $ */1 /* $Id: initterm.cpp,v 1.2 2000-03-01 18:49:30 jeroen Exp $ */ 2 2 3 3 /* … … 40 40 void CDECL _ctordtorTerm( void ); 41 41 } 42 43 #ifdef DIVE 44 void _System DiveGlobalInitialize(void); 45 void _System DiveGlobalTerminate(void); 46 #endif 42 47 43 48 /*-------------------------------------------------------------------*/ … … 87 92 if(rc) 88 93 return 0UL; 94 95 #ifdef DIVE 96 /* Dive specific - get capabilities */ 97 DiveGlobalInitialize(); 98 #endif 89 99 break; 90 100 … … 106 116 static void APIENTRY cleanup(ULONG ulReason) 107 117 { 118 DiveGlobalTerminate(); 119 108 120 _ctordtorTerm(); 109 121
Note:
See TracChangeset
for help on using the changeset viewer.