X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d04002224e3111f1235bea3ba16e748658de7aa2..4b4ed3c942e35793753a92317da259eb0706df34:/include/wx/msw/ole/oleutils.h diff --git a/include/wx/msw/ole/oleutils.h b/include/wx/msw/ole/oleutils.h index 87d68c4926..32abb05d86 100644 --- a/include/wx/msw/ole/oleutils.h +++ b/include/wx/msw/ole/oleutils.h @@ -143,6 +143,7 @@ private: // NB: you should write ADD_INTERFACE(Foo) and not ADD_INTERFACE(IID_IFoo)! #define BEGIN_IID_TABLE(cname) const IID *cname::ms_aIids[] = { #define ADD_IID(iid) &IID_I##iid, +#define ADD_RAW_IID(iid) &::iid, #define END_IID_TABLE } // implementation is as straightforward as possible