Fix mono_marshal_alloc to accept gsize instead of gulong(unsigned long) (#4623)
authorMichael DeRoy <mderoy@users.noreply.github.com>
Tue, 4 Apr 2017 12:20:13 +0000 (08:20 -0400)
committerZoltan Varga <vargaz@gmail.com>
Tue, 4 Apr 2017 12:20:13 +0000 (08:20 -0400)
commit47ca2c886d0ba4ed5cd7bf90a085c7c2f539d0f1
tree40825fdafd610767492b11851f77f426dc391a2c
parent6706cae9a22b640fa4ae8845c28693825024e637
Fix mono_marshal_alloc to accept gsize instead of gulong(unsigned long) (#4623)

* Fix mono_marshal_alloc to accept gsize instead of platform dependent unsigned long

* fix header
mono/metadata/marshal.c
mono/metadata/marshal.h