mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
05e9c14dff
svn path=/trunk/; revision=19153
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
|