mirror of
https://github.com/debauchee/barrier.git
synced 2025-08-06 10:09:28 +02:00
added process elevation support to the relauncher, very experimental, has some bugs.
This commit is contained in:
parent
cf5a7d297d
commit
268f3a99bb
16 changed files with 246 additions and 150 deletions
|
@ -19,5 +19,5 @@
|
|||
|
||||
const char* kIpcMsgHello = "IHEL%1i";
|
||||
const char* kIpcMsgLogLine = "ILOG%s";
|
||||
const char* kIpcMsgCommand = "ICMD%s";
|
||||
const char* kIpcMsgCommand = "ICMD%s%1i";
|
||||
const char* kIpcMsgShutdown = "ISDN";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue