# # # patch "netxx_pipe.cc" # from [972e9926aff9a75ac7c8db77dfc62fcc9be1ca37] # to [1854fd9aa5878d5a777664665d6e1c8568bd3ee2] # ============================================================ --- netxx_pipe.cc 972e9926aff9a75ac7c8db77dfc62fcc9be1ca37 +++ netxx_pipe.cc 1854fd9aa5878d5a777664665d6e1c8568bd3ee2 @@ -178,7 +178,7 @@ Netxx::PipeStream::PipeStream (const str // pipes and overlapped i/o. There is no other way, alas. static unsigned long serial = 0; - string pipename = (F("\\\\.\\pipe\\netxx_pipe_%ld_%d") + string pipename = (FL("\\\\.\\pipe\\netxx_pipe_%ld_%d") % GetCurrentProcessId() % (++serial)).str();