diff --git a/reactos/include/structs.h b/reactos/include/structs.h index 9d47c6d677b..41e0e939dc8 100644 --- a/reactos/include/structs.h +++ b/reactos/include/structs.h @@ -304,7 +304,7 @@ typedef struct { typedef struct _BLOB { ULONG cbSize; BYTE *pBlobData; -} BLOB; +} BLOB, *PBLOB,*LPBLOB; #endif typedef struct _SHITEMID {