Changeset 1054 for trunk/src/user32/old/initterm.cpp
- Timestamp:
- Sep 25, 1999, 9:07:34 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/old/initterm.cpp
r950 r1054 1 /* $Id: initterm.cpp,v 1. 3 1999-09-15 23:20:38sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.4 1999-09-25 19:07:33 sandervl Exp $ */ 2 2 3 3 /* … … 34 34 #include <misc.h> /*PLF Wed 98-03-18 23:18:29*/ 35 35 #include <win32type.h> 36 #include <odinlx.h>37 36 #include <wndclass.h> 38 37 #include <spy.h> … … 78 77 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/ 79 78 80 if(RegisterLxDll(hModule, 0, 0) == FALSE)81 return 0UL;82 83 79 /*******************************************************************/ 84 80 /* A DosExitList routine must be used to clean up if runtime calls */ … … 101 97 break; 102 98 case 1 : 103 UnregisterLxDll(hModule);104 99 break; 105 100 default :
Note:
See TracChangeset
for help on using the changeset viewer.