Commit 637dcc9b authored by Christoffer Ackelman's avatar Christoffer Ackelman

A 64bit version Proview can now open projects created by a 32bit version of Proview.

parent ed36bc73
......@@ -42,6 +42,8 @@
class wb_name;
#pragma pack(push)
#pragma pack(4)
typedef struct {
pwr_tOid oid; /**< object identifier */
pwr_tCid cid; /**< class identifier */
......@@ -60,6 +62,7 @@ typedef struct {
pwr_tUInt32 size;
} body[2]; /**< bodies */
} db_sObject;
#pragma pack(pop)
class wb_db_txn;
class wb_db_ohead;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment