From aab70138d59ea05374ea8d8cce7c7134e3073e57 Mon Sep 17 00:00:00 2001 From: Mark Tempel Date: Fri, 16 Jan 2004 03:35:03 +0000 Subject: [PATCH] Update to add in some typedefs needed my winsock2.h svn path=/trunk/; revision=7669 --- reactos/include/structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {