X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=include%2Fc%2B%2B%2Forb.h;h=fa2f54846379c067e84acbfff1e3a8a93028c75d;hp=716b18617837c17e70b3fb4dfa0b2b91c689a80e;hb=c935c41d1f2969dae860cdb16127779d2970a0e3;hpb=d8f98c588391ede8a5e4bb721ad0e718c7aef6d6 diff --git a/include/c++/orb.h b/include/c++/orb.h index 716b186..fa2f548 100644 --- a/include/c++/orb.h +++ b/include/c++/orb.h @@ -43,7 +43,7 @@ namespace System { union GUID { unsigned char c[16]; - unsigned long l[]; + unsigned long l[16 / sizeof(unsigned long)]; }; uintptr_t downcast(::System::_i_Object *obj, const GUID *new_guid);