Hello friends,
I have included mshtml.h file in two different .cpp files. prgram compiles fine.
But this version of mshtml.h doesn't have definition of some interfaces like
IHTMLInputElement, so i included new version of same file by simply copying new one. Now when i am going to compile my prog it gives following error:

c:\program files\microsoft sdk\include\mshtml.h(26670) : error C2367: 'IHTMLControlElement' : redefinition; different uuid specifiers
c:\program files\microsoft sdk\include\mshtml.h(26670) : see declaration of 'IHTMLControlElement'.

i tried a lot, but unsucessful. Please help me , if anybody have idea.
i am waiting 4 reply.