mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
2199ae9003
svn path=/trunk/; revision=26010
5 lines
124 B
C
5 lines
124 B
C
#ifndef _LPCTEST_H
|
|
#define _LPCTEST_H
|
|
#define TEST_PORT_NAME "\\TestPort"
|
|
#define TEST_PORT_NAME_U L"\\TestPort"
|
|
#endif
|