diff options
Diffstat (limited to 'include/freerdp/rail.h')
-rw-r--r-- | include/freerdp/rail.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/freerdp/rail.h b/include/freerdp/rail.h index b3cd702..64a01e5 100644 --- a/include/freerdp/rail.h +++ b/include/freerdp/rail.h @@ -347,9 +347,9 @@ typedef struct typedef struct { UINT16 flags; - char* RemoteApplicationProgram; - char* RemoteApplicationWorkingDir; - char* RemoteApplicationArguments; + const char* RemoteApplicationProgram; + const char* RemoteApplicationWorkingDir; + const char* RemoteApplicationArguments; } RAIL_EXEC_ORDER; typedef struct |