Ignore:
Timestamp:
Nov 7, 2001, 4:35:37 PM (24 years ago)
Author:
sandervl
Message:

CreateFile for named pipes fix

File:
1 edited

Legend:

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

    r5791 r7293  
    1 /* $Id: hmfile.cpp,v 1.28 2001-05-24 08:19:18 sandervl Exp $ */
     1/* $Id: hmfile.cpp,v 1.29 2001-11-07 15:35:36 sandervl Exp $ */
    22
    33/*
     
    7676             4) == 0)
    7777  {
    78         // check the named pipes
    79         if (strnicmp("\\\\.\\PIPE",lpFileName,8)==0)
    80             lpFileName+=3;
    81         else
    82             lpFileName+=4;
     78        lpFileName+=4;
    8379  }
    8480  else {
Note: See TracChangeset for help on using the changeset viewer.