mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
channels: Optimize storage of string tables.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include "cliprdr_main.h"
|
||||
#include "cliprdr_format.h"
|
||||
|
||||
char CB_MSG_TYPE_STRINGS[12][50] =
|
||||
static const char* const CB_MSG_TYPE_STRINGS[] =
|
||||
{
|
||||
"",
|
||||
"CB_MONITOR_READY",
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
#define RAIL_ORDER_TYPE_GET_APPID_REQ 0x000E
|
||||
#define RAIL_ORDER_TYPE_GET_APPID_RESP 0x000F
|
||||
|
||||
uint8 RAIL_ORDER_TYPE_STRINGS[][32] =
|
||||
static const char* const RAIL_ORDER_TYPE_STRINGS[] =
|
||||
{
|
||||
"",
|
||||
"Execute",
|
||||
|
||||
Reference in New Issue
Block a user