Ignore:
Timestamp:
Aug 17, 1999, 6:35:30 PM (26 years ago)
Author:
phaller
Message:

Fix: removed ODINCRT remains

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:56 phaller Exp $ */
     1/* $Id: winimage.cpp,v 1.8 1999-08-17 16:35:10 phaller Exp $ */
    22
    33/*
     
    2424#include <string.h>
    2525#include <stdlib.h>
    26 
    27 #include <odincrt.h>
    2826
    2927//#include <iostream.h>
     
    146144  {
    147145    res    = winres->next;
    148     ODIN_delete(winres);
     146    delete winres;
    149147    winres = res;
    150148  }
     
    983981    if(WinDll == NULL)
    984982     {  //not found, so load it
    985         ODIN_FS_BEGIN
    986983        WinDll = new Win32Dll(pszCurModule);
    987         ODIN_FS_END
    988984
    989985        if(WinDll == NULL) {
Note: See TracChangeset for help on using the changeset viewer.