winedump: Fix the spelling of a NETWORK_VOLUME_INFO field.
This commit is contained in:
parent
dab51e0623
commit
61267a2bdc
|
@ -138,7 +138,7 @@ typedef struct _LOCAL_VOLUME_INFO
|
||||||
typedef struct _NETWORK_VOLUME_INFO
|
typedef struct _NETWORK_VOLUME_INFO
|
||||||
{
|
{
|
||||||
DWORD dwSize;
|
DWORD dwSize;
|
||||||
DWORD dwUnkown1;
|
DWORD dwUnknown1;
|
||||||
DWORD dwShareNameOfs;
|
DWORD dwShareNameOfs;
|
||||||
DWORD dwReserved;
|
DWORD dwReserved;
|
||||||
DWORD dwUnknown2;
|
DWORD dwUnknown2;
|
||||||
|
|
Loading…
Reference in New Issue