Changeset 2792
- Timestamp:
- Feb 15, 2000, 3:37:43 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/kernel32/windlllx.cpp ¶
r2069 r2792 1 /* $Id: windlllx.cpp,v 1. 6 1999-12-13 21:07:40sandervl Exp $ */1 /* $Id: windlllx.cpp,v 1.7 2000-02-15 14:37:43 sandervl Exp $ */ 2 2 3 3 /* … … 106 106 { 107 107 ULONG ret = --referenced; 108 HINSTANCE hinst; 108 109 109 110 if(ret == 0) { … … 111 112 //DosFreeModule sends a termination message to the dll. 112 113 //The LX dll informs us when it's removed (UnregisterDll call) 113 DosFreeModule(hinstance); 114 hinst = hinstance; 115 delete this; 116 DosFreeModule(hinst); 114 117 } 115 118 return(ret);
Note:
See TracChangeset
for help on using the changeset viewer.