Changeset 3993 for trunk/src/kernel32/windllpe2lx.cpp
- Timestamp:
- Aug 11, 2000, 12:56:27 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/windllpe2lx.cpp
r3059 r3993 1 /* $Id: windllpe2lx.cpp,v 1. 7 2000-03-09 19:03:21sandervl Exp $ */1 /* $Id: windllpe2lx.cpp,v 1.8 2000-08-11 10:56:19 sandervl Exp $ */ 2 2 3 3 /* … … 116 116 else 117 117 { /* process detach */ 118 if (pWinMod != NULL && !fFreeLibrary)118 if (pWinMod != NULL) 119 119 return 0; /* don't unload (OS/2 dll unload bug) - see OS2.bugs in root dir. */ 120 120 }
Note:
See TracChangeset
for help on using the changeset viewer.