mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +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
|