Ignore:
Timestamp:
Aug 6, 1999, 2:14:12 PM (26 years ago)
Author:
phaller
Message:

Fix: Heap changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/console.cpp

    r297 r435  
    1 /* $Id: console.cpp,v 1.10 1999-07-12 17:45:51 phaller Exp $ */
     1/* $Id: console.cpp,v 1.11 1999-08-06 12:14:10 phaller Exp $ */
    22
    33/*
     
    5353 * Includes                                                                  *
    5454 *****************************************************************************/
     55
     56#include <builtin.h>
     57#include <stdlib.h>
     58#include <string.h>
    5559
    5660#define  INCL_WIN
     
    6367#define  INCL_AVIO
    6468#include <os2wrap.h>         //Odin32 OS/2 api wrappers
    65 #include <builtin.h>
    66 #include <stdlib.h>
    67 #include <string.h>
    6869
    6970#include <win32type.h>
Note: See TracChangeset for help on using the changeset viewer.