Changeset 951 for trunk/src/comctl32/initterm.cpp
- Timestamp:
- Sep 16, 1999, 1:26:11 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/initterm.cpp
r511 r951 1 /* $Id: initterm.cpp,v 1. 6 1999-08-16 16:55:32sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.7 1999-09-15 23:26:06 sandervl Exp $ */ 2 2 /* 3 3 * COMCTL32 DLL entry point … … 32 32 #include <string.h> 33 33 #include <misc.h> /*PLF Wed 98-03-18 23:18:29*/ 34 #include <win32type.h> 35 #include <odinlx.h> 34 36 35 37 extern "C" { … … 79 81 /*******************************************************************/ 80 82 83 if(RegisterLxDll(hModule, 0, 0) == FALSE) 84 return 0UL; 85 81 86 rc = DosExitList(0x0000F000|EXLST_ADD, cleanup); 82 87 if(rc) … … 90 95 break; 91 96 case 1 : 97 UnregisterLxDll(hModule); 92 98 break; 93 99 default :
Note:
See TracChangeset
for help on using the changeset viewer.