mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 01:18:29 +00:00
Update to add in some typedefs needed my winsock2.h
svn path=/trunk/; revision=7669
This commit is contained in:
parent
0cf7978c58
commit
aab70138d5
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ typedef struct {
|
|||
typedef struct _BLOB {
|
||||
ULONG cbSize;
|
||||
BYTE *pBlobData;
|
||||
} BLOB;
|
||||
} BLOB, *PBLOB,*LPBLOB;
|
||||
#endif
|
||||
|
||||
typedef struct _SHITEMID {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue