Changeset 951 for trunk/src/winmm/initterm.cpp
- Timestamp:
- Sep 16, 1999, 1:26:11 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/winmm/initterm.cpp
r511 r951 1 /* $Id: initterm.cpp,v 1. 5 1999-08-16 16:55:33sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.6 1999-09-15 23:26:10 sandervl Exp $ */ 2 2 3 3 /* … … 34 34 #include <misc.h> /*PLF Wed 98-03-18 23:19:26*/ 35 35 #include <odin.h> 36 #include <win32type.h> 37 #include <odinlx.h> 36 38 #include "aux.h" 37 39 … … 79 81 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/ 80 82 83 if(RegisterLxDll(hModule, 0, 0) == FALSE) 84 return 0UL; 85 81 86 /*******************************************************************/ 82 87 /* A DosExitList routine must be used to clean up if runtime calls */ … … 91 96 case 1 : 92 97 auxOS2Close(); /* SvL: Close aux device if necessary */ 98 UnregisterLxDll(hModule); 93 99 break; 94 100 default :
Note:
See TracChangeset
for help on using the changeset viewer.