Ignore:
Timestamp:
Dec 13, 1999, 6:45:32 PM (26 years ago)
Author:
achimha
Message:

outcommented DosRawReadNPipe which has a conflicting definition in different toolkit revisions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/os2wrap.h

    r2064 r2065  
    1 /* $Id: os2wrap.h,v 1.11 1999-12-13 14:31:12 achimha Exp $ */
     1/* $Id: os2wrap.h,v 1.12 1999-12-13 17:45:32 achimha Exp $ */
    22#ifndef __OS2WRAP_H__
    33#define __OS2WRAP_H__
     
    19511951//AH: Different definition in 4.5 toolkit headers!!!
    19521952//we don't need it so far, so let's just remove it for now
    1953 #ifdef 0
     1953#if 0
    19541954inline ULONG _DosRawReadNPipe(PCSZ a, ULONG b, PULONG c, PVOID d)
    19551955{
Note: See TracChangeset for help on using the changeset viewer.