[PSDK] Fix GCC8 complaining on duplicate and wrong declarations

This commit is contained in:
Victor Perevertkin 2019-08-17 23:08:22 +03:00
parent 1c0a2a35e7
commit bda22774a7
3 changed files with 29 additions and 23 deletions

View file

@ -419,4 +419,4 @@ cpp_quote("#define IID_IMsoView IID_IOleDocumentView")
cpp_quote("#define IID_IEnumMsoView IID_IEnumOleDocumentViews")
cpp_quote("#define IID_IMsoCommandTarget IID_IOleCommandTarget")
cpp_quote("EXTERN_C const GUID SID_SContainerDispatch;")
cpp_quote("DEFINE_GUID(SID_SContainerDispatch, 0xb722be00,0x4e68,0x101b,0xa2,0xbc,0x00,0xaa,0x00,0x40,0x47,0x70);")