Update IDL builders so that record and enum types are handled by values...
Update IDL builders so that record and enum types are handled by values whereas interfaces are handled by references. The generated code (.idl.h) defines new typedef (without the 'R' prefix) that can be used to hide these differences. Previous typedefs have been left unchanged for backward compatibility of source code.
parent
738c4f03
Please register or sign in to comment