Ignore:
Timestamp:
Jun 17, 1999, 8:25:22 PM (26 years ago)
Author:
phaller
Message:

Fix: major restructuring of Open32 handle management, HandleManager

File:
1 edited

Legend:

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

    r111 r112  
    1 /* $Id: winexe.cpp,v 1.4 1999-06-17 18:21:43 phaller Exp $ */
     1/* $Id: winexe.cpp,v 1.5 1999-06-17 18:25:22 phaller Exp $ */
    22
    33/*
     
    3131#include "cio.h"
    3232
    33 
    34 // PH: to soothe the compiler
    35 #define BY_HANDLE_FILE_INFORMATION void
    36 #define LPFILETIME void*
    37 #define OFSTRUCT void
    38 
     33#include "conwin.h"          // Windows Header for console only
    3934#include "console.h"
    4035#include "handlemanager.h"
Note: See TracChangeset for help on using the changeset viewer.