diff --git a/reactos/include/psdk/shtypes.idl b/reactos/include/psdk/shtypes.idl index 41aa236150a..0bd9ebb19d1 100644 --- a/reactos/include/psdk/shtypes.idl +++ b/reactos/include/psdk/shtypes.idl @@ -66,7 +66,7 @@ typedef struct _STRRET { [case(STRRET_WSTR)][string] LPWSTR pOleStr; /* OLESTR that will be freed */ [case(STRRET_OFFSET)] UINT uOffset; /* Offset into SHITEMID (ANSI) */ - [case(STRRET_CSTR)] char cStr[MAX_PATH]; /* ANSI Buffer */ + [case(STRRET_CSTR)] CHAR cStr[MAX_PATH]; /* ANSI Buffer */ } DUMMYUNIONNAME; } STRRET, *LPSTRRET; cpp_quote("#include ")