mirror of
https://github.com/stascorp/rdpwrap.git
synced 2025-08-20 21:33:42 -07:00
Small fix
This commit is contained in:
parent
ddb15f8cf5
commit
190dd74a65
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ typedef struct _INI_VAR_DWORD
|
|||
typedef struct _INI_VAR_BYTEARRAY
|
||||
{
|
||||
char Name[MAX_STRING_LEN];
|
||||
byte ArraySize;
|
||||
BYTE ArraySize;
|
||||
char Value[MAX_STRING_LEN];
|
||||
} INI_VAR_BYTEARRAY, *PINI_VAR_BYTEARRAY;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue