Commit 3f912e04 authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

The [string] attribute is only valid on byte, char and wchar_t types,

so replace "unsigned short" by "WCHAR".
parent f6daf490
......@@ -91,7 +91,7 @@ interface ObjectRpcBaseTypes
typedef struct tagSTRINGBINDING {
unsigned short wTowerId;
[string] unsigned short aNetworkAddr[];
[string] WCHAR aNetworkAddr[];
} STRINGBINDING;
const unsigned short COM_C_AUTHZ_NONE = 0xffff;
......@@ -99,7 +99,7 @@ interface ObjectRpcBaseTypes
typedef struct tagSECURITYBINDING {
unsigned short wAuthnSvc;
unsigned short wAuthzSvc;
[string] unsigned short aPrincName[];
[string] WCHAR aPrincName[];
} SECURITYBINDING;
typedef struct tagDUALSTRINGARRAY {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment