* winsup.h (create_pipe): Declare new function.

(CreatePipe): New define.
* miscfuncs.cc (create_pipe): Define new function.
This commit is contained in:
Christopher Faylor
2005-08-19 14:56:48 +00:00
parent 4fa0a39865
commit babc4e5424
3 changed files with 24 additions and 0 deletions

View File

@@ -308,6 +308,10 @@ size_t getshmlba ();
int winprio_to_nice (DWORD) __attribute__ ((regparm (1)));
DWORD nice_to_winprio (int &) __attribute__ ((regparm (1)));
bool __stdcall create_pipe (PHANDLE hr, PHANDLE, LPSECURITY_ATTRIBUTES, DWORD)
__attribute__ ((regparm (3)));
#define CreatePipe create_pipe
/**************************** Exports ******************************/
extern "C" {