mirror of
https://github.com/feigeCode/navop.git
synced 2026-09-22 08:01:27 +00:00
7 lines
234 B
C++
7 lines
234 B
C++
#pragma warning(push)
|
|
#pragma warning(disable : 4192)
|
|
#pragma warning(disable : 4471)
|
|
#import "libid:8C11EFA1-92C3-11D1-BC1E-00C04FA31489" \
|
|
raw_interfaces_only, named_guids, no_namespace, exclude("UINT_PTR")
|
|
#pragma warning(pop)
|