Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up
Find file
Copy path
Fetching contributors…
| #pragma once | |
| #ifdef __cplusplus | |
| #include <OAIdl.h> | |
| #import "mscorlib.tlb" raw_interfaces_only no_smart_pointers \ | |
| high_property_prefixes("_get","_put","_putref") \ | |
| rename("ReportEvent", "InteropServices_ReportEvent") \ | |
| rename("or", "ORR") | |
| #include <comdef.h> | |
| using namespace mscorlib; | |
| extern "C" { | |
| #endif | |
| #ifdef __cplusplus | |
| } | |
| #endif |