mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +00:00
5368a4c682
svn path=/trunk/; revision=11362
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
|