Added support for Intel C++ 7.0.
committer: mfx <mfx> 1042686101 +0000
This commit is contained in:
+2
-2
@@ -1063,13 +1063,13 @@ class Resource
|
||||
upx_byte *name;
|
||||
upx_rnode *parent;
|
||||
};
|
||||
struct upx_rbranch : upx_rnode
|
||||
struct upx_rbranch : public upx_rnode
|
||||
{
|
||||
unsigned nc;
|
||||
upx_rnode **children;
|
||||
res_dir data;
|
||||
};
|
||||
struct upx_rleaf : upx_rnode
|
||||
struct upx_rleaf : public upx_rnode
|
||||
{
|
||||
upx_rleaf *next;
|
||||
unsigned newoffset;
|
||||
|
||||
Reference in New Issue
Block a user