Changeset 529 for trunk/src/kernel32/winimage.cpp
- Timestamp:
- Aug 17, 1999, 6:35:30 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimage.cpp
r484 r529 1 /* $Id: winimage.cpp,v 1. 7 1999-08-11 22:27:56phaller Exp $ */1 /* $Id: winimage.cpp,v 1.8 1999-08-17 16:35:10 phaller Exp $ */ 2 2 3 3 /* … … 24 24 #include <string.h> 25 25 #include <stdlib.h> 26 27 #include <odincrt.h>28 26 29 27 //#include <iostream.h> … … 146 144 { 147 145 res = winres->next; 148 ODIN_delete(winres);146 delete winres; 149 147 winres = res; 150 148 } … … 983 981 if(WinDll == NULL) 984 982 { //not found, so load it 985 ODIN_FS_BEGIN986 983 WinDll = new Win32Dll(pszCurModule); 987 ODIN_FS_END988 984 989 985 if(WinDll == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.