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/os2heap.cpp

    r461 r529  
    1 /* $Id: os2heap.cpp,v 1.6 1999-08-09 22:10:08 phaller Exp $ */
     1/* $Id: os2heap.cpp,v 1.7 1999-08-17 16:35:09 phaller Exp $ */
    22
    33/*
     
    1717#include <stdlib.h>
    1818#include <string.h>
    19 #include <odincrt.h>
    2019
    2120#include "win32type.h"
     
    5453  if(!(flOptions & HEAP_NO_SERIALIZE))
    5554  {
    56     ODIN_FS_BEGIN
    5755    hmutex = new VMutex();
    58     ODIN_FS_END
    5956    dassert(hmutex, ("ERROR: new VMutex\n"));
    6057  }
     
    9491  {
    9592    hmutex->leave();
    96     ODIN_delete(hmutex);
     93    delete hmutex;
    9794  }
    9895
Note: See TracChangeset for help on using the changeset viewer.