Changeset 7489 for trunk/src/kernel32/hmnpipe.cpp
- Timestamp:
- Nov 29, 2001, 2:38:51 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/hmnpipe.cpp
r7474 r7489 1 /* $Id: hmnpipe.cpp,v 1. 5 2001-11-28 23:33:37 phallerExp $ */1 /* $Id: hmnpipe.cpp,v 1.6 2001-11-29 13:38:51 sandervl Exp $ */ 2 2 /* 3 3 * Project Odin Software License can be found in LICENSE.TXT … … 140 140 pHMHandleData->dwCreation, 141 141 pHMHandleData->dwFlags); 142 if(pHMHandleData->hHMHandle == -1) 143 { 144 return GetLastError(); 145 } 146 return ERROR_SUCCESS; 142 if(pHMHandleData->hHMHandle == -1) { 143 return GetLastError(); 144 } 145 return ERROR_SUCCESS; 147 146 } 148 147
Note:
See TracChangeset
for help on using the changeset viewer.