Explicitly specify name of the pipe in the pipe test.
This commit is contained in:
parent
09fed7567b
commit
d8a59cdfd5
|
@ -48,7 +48,7 @@
|
|||
#include <wtypes.h>
|
||||
#include <winerror.h>
|
||||
|
||||
#define PIPENAME "\\\\.\\PiPe\\tests_" __FILE__
|
||||
#define PIPENAME "\\\\.\\PiPe\\tests_pipe.c"
|
||||
|
||||
#define NB_SERVER_LOOPS 8
|
||||
|
||||
|
|
Loading…
Reference in New Issue