Ignore:
Timestamp:
Dec 13, 1999, 3:31:12 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

    r1843 r2064  
    1 /* $Id: os2wrap.h,v 1.10 1999-11-26 00:04:30 sandervl Exp $ */
     1/* $Id: os2wrap.h,v 1.11 1999-12-13 14:31:12 achimha Exp $ */
    22#ifndef __OS2WRAP_H__
    33#define __OS2WRAP_H__
     
    19491949#define DosQueryNPipeSemState _DosQueryNPipeSemState
    19501950
     1951//AH: Different definition in 4.5 toolkit headers!!!
     1952//we don't need it so far, so let's just remove it for now
     1953#ifdef 0
    19511954inline ULONG _DosRawReadNPipe(PCSZ a, ULONG b, PULONG c, PVOID d)
    19521955{
     
    19621965#undef  DosRawReadNPipe
    19631966#define DosRawReadNPipe _DosRawReadNPipe
     1967#endif
    19641968
    19651969inline ULONG _DosRawWriteNPipe(PCSZ a, ULONG b)
Note: See TracChangeset for help on using the changeset viewer.