Update to add in some typedefs needed my winsock2.h

svn path=/trunk/; revision=7669
This commit is contained in:
Mark Tempel 2004-01-16 03:35:03 +00:00
parent 0cf7978c58
commit aab70138d5

View file

@ -304,7 +304,7 @@ typedef struct {
typedef struct _BLOB {
ULONG cbSize;
BYTE *pBlobData;
} BLOB;
} BLOB, *PBLOB,*LPBLOB;
#endif
typedef struct _SHITEMID {