diff --git a/VERSION b/VERSION index f43569cf..7ba47f34 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-19-g9d6bb57eff+1 \ No newline at end of file +B1-20-g01da541815+1 \ No newline at end of file diff --git a/porthole/src/windows/driver.h b/porthole/src/windows/driver.h index 70965337..0b230e18 100644 --- a/porthole/src/windows/driver.h +++ b/porthole/src/windows/driver.h @@ -7,9 +7,9 @@ DEFINE_GUID (GUID_DEVINTERFACE_PORTHOLE, typedef struct _PortholeMsg { - UINT32 type; - PVOID addr; - UINT32 size; + UINT32 type; + PVOID addr; + UINT32 size; } PortholeMsg, *PPortholeMsg;