Changeset 5135 for trunk/src/DPlayX/dplayx_main.cpp
- Timestamp:
- Feb 14, 2001, 4:14:46 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/DPlayX/dplayx_main.cpp
r4317 r5135 1 // $Id: dplayx_main.cpp,v 1. 2 2000-09-24 22:47:37 hughExp $1 // $Id: dplayx_main.cpp,v 1.3 2001-02-14 15:14:41 sandervl Exp $ 2 2 /* 3 3 * DPLAYX.DLL LibMain … … 18 18 #include "dplaysp.h" 19 19 #include "dplayx_global.h" 20 #ifdef __WIN32OS2__ 21 #include <initdll.h> 22 #endif 20 23 21 24 DEFAULT_DEBUG_CHANNEL(dplay); … … 27 30 /* This is a globally exported variable at ordinal 6 of DPLAYX.DLL */ 28 31 DWORD gdwDPlaySPRefCount = 0; /* FIXME: Should it be initialized here? */ 29 30 extern "C" {31 void CDECL _ctordtorTerm( void );32 }33 32 34 33 BOOL WINAPI DPLAYX_LibMain( HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved ) … … 59 58 /* Last instance performs destruction of global processor data */ 60 59 rc = DPLAYX_DestructData(); 61 _ctordtorTerm(); 60 #ifdef __WIN32OS2__ 61 ctordtorTerm(); 62 #endif 62 63 return rc; 63 64 }
Note:
See TracChangeset
for help on using the changeset viewer.