10 lines
278 B
C
10 lines
278 B
C
// wvguids.h : Instantiation of GUIDS used by WebView
|
|
|
|
#ifndef __WV_GUIDS_H_
|
|
#define __WV_GUIDS_H_
|
|
|
|
// {7A707490-260A-11D1-83DF-00A0C90DC849}
|
|
DEFINE_GUID(CLSID_WebViewCoord, 0x7a707490L, 0x260a, 0x11d1, 0x83, 0xdf, 0x00, 0xa0, 0xc9, 0x0d, 0xc8, 0x49);
|
|
|
|
#endif // __WV_GUIDS_H_
|