Changeset 951 for trunk/src/msacm32
- Timestamp:
- Sep 16, 1999, 1:26:11 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/msacm32/initterm.cpp
r779 r951 1 /* $Id: initterm.cpp,v 1. 1 1999-09-01 18:50:32sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.2 1999-09-15 23:26:07 sandervl Exp $ */ 2 2 3 3 /* … … 33 33 #include <odin.h> 34 34 #include <misc.h> /*PLF Wed 98-03-18 23:18:15*/ 35 #include <winconst.h> 35 #include <win32type.h> 36 #include <odinlx.h> 36 37 37 38 extern "C" { … … 77 78 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/ 78 79 80 if(RegisterLxDll(hModule, MSACM32_LibMain, 0) == FALSE) 81 return 0UL; 82 79 83 /*******************************************************************/ 80 84 /* A DosExitList routine must be used to clean up if runtime calls */ … … 86 90 return 0UL; 87 91 88 MSACM32_LibMain(hModule, DLL_PROCESS_ATTACH, 0);89 90 92 break; 91 93 case 1 : 92 MSACM32_LibMain(hModule, DLL_PROCESS_DETACH, 0);94 UnregisterLxDll(hModule); 93 95 break; 94 96
Note:
See TracChangeset
for help on using the changeset viewer.