Ignore:
Timestamp:
Dec 15, 1999, 10:25:12 AM (26 years ago)
Author:
achimha
Message:

conflicting definition for DosRawWriteNPipe, remove it for now...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/os2wrap.h

    r2065 r2080  
    1 /* $Id: os2wrap.h,v 1.12 1999-12-13 17:45:32 achimha Exp $ */
     1/* $Id: os2wrap.h,v 1.13 1999-12-15 09:25:12 achimha Exp $ */
    22#ifndef __OS2WRAP_H__
    33#define __OS2WRAP_H__
     
    19651965#undef  DosRawReadNPipe
    19661966#define DosRawReadNPipe _DosRawReadNPipe
    1967 #endif
    19681967
    19691968inline ULONG _DosRawWriteNPipe(PCSZ a, ULONG b)
     
    19801979#undef  DosRawWriteNPipe
    19811980#define DosRawWriteNPipe _DosRawWriteNPipe
     1981
     1982#endif
    19821983
    19831984inline ULONG _DosSetNPHState(HPIPE a, ULONG b)
Note: See TracChangeset for help on using the changeset viewer.