Ignore:
Timestamp:
Jun 2, 2003, 6:25:36 PM (22 years ago)
Author:
sandervl
Message:

CreatePipe: create unique named pipe

File:
1 edited

Legend:

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

    r9945 r10132  
    1 /* $Id: oslibdos.cpp,v 1.119 2003-03-27 14:00:52 sandervl Exp $ */
     1/* $Id: oslibdos.cpp,v 1.120 2003-06-02 16:25:19 sandervl Exp $ */
    22/*
    33 * Wrappers for OS/2 Dos* API
     
    15951595   DWORD rc, ulAction;
    15961596
    1597   if (dwOpenMode & PIPE_ACCESS_DUPLEX_W)
     1597  if ((dwOpenMode & PIPE_ACCESS_DUPLEX_W) == PIPE_ACCESS_DUPLEX_W)
    15981598    dwOS2Mode |= NP_ACCESS_DUPLEX;
    15991599  else
Note: See TracChangeset for help on using the changeset viewer.