mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
6 lines
124 B
C
6 lines
124 B
C
|
#ifndef _LPCTEST_H
|
||
|
#define _LPCTEST_H
|
||
|
#define TEST_PORT_NAME "\\TestPort"
|
||
|
#define TEST_PORT_NAME_U L"\\TestPort"
|
||
|
#endif
|