mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:52:56 +00:00
[CSRSRV]: Fix long-time SMSS port name typo (it is SbApiPort).
svn path=/trunk/; revision=60556
This commit is contained in:
parent
f308eed7ef
commit
c67aad2c5d
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
#define SESSION_ROOT L"\\Sessions"
|
#define SESSION_ROOT L"\\Sessions"
|
||||||
#define GLOBAL_ROOT L"\\GLOBAL??"
|
#define GLOBAL_ROOT L"\\GLOBAL??"
|
||||||
#define SYMLINK_NAME L"SymbolicLink"
|
#define SYMLINK_NAME L"SymbolicLink"
|
||||||
#define SB_PORT_NAME L"SbAbiPort"
|
#define SB_PORT_NAME L"SbApiPort"
|
||||||
#define CSR_PORT_NAME L"ApiPort"
|
#define CSR_PORT_NAME L"ApiPort"
|
||||||
#define UNICODE_PATH_SEP L"\\"
|
#define UNICODE_PATH_SEP L"\\"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue